We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b764f2d commit 4688bdcCopy full SHA for 4688bdc
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
md5sum gambling-script/*
38
zip -r gambling-script-${{ env.RELEASE_VERSION }}.zip gambling-script
39
- name: Release
40
- uses: softprops/action-gh-release@v2.4.2
+ uses: softprops/action-gh-release@v2.5.0
41
if: startsWith(github.ref, 'refs/tags/')
42
with:
43
files: gambling-script-${{ env.RELEASE_VERSION }}.zip
0 commit comments