Skip to content

Commit 4688bdc

Browse files
chore(deps): update softprops/action-gh-release action to v2.5.0 (#818)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b764f2d commit 4688bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
md5sum gambling-script/*
3838
zip -r gambling-script-${{ env.RELEASE_VERSION }}.zip gambling-script
3939
- name: Release
40-
uses: softprops/action-gh-release@v2.4.2
40+
uses: softprops/action-gh-release@v2.5.0
4141
if: startsWith(github.ref, 'refs/tags/')
4242
with:
4343
files: gambling-script-${{ env.RELEASE_VERSION }}.zip

0 commit comments

Comments
 (0)