Skip to content

Commit e2a8764

Browse files
authored
Merge pull request #4 from HanashiDev/dependabot/github_actions/main/softprops/action-gh-release-0.1.15
Bump softprops/action-gh-release from 0.1.14 to 0.1.15
2 parents 1c68205 + f5ccd0f commit e2a8764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Packaging FAILED" && exit 1
3636
3737
- name: Release
38-
uses: softprops/action-gh-release@v0.1.14
38+
uses: softprops/action-gh-release@v0.1.15
3939
if: startsWith(github.ref, 'refs/tags/') && steps.check_files.outputs.files_exists == 'true'
4040
with:
4141
files: "*.tar.gz"

0 commit comments

Comments
 (0)