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 7f0a032 commit 60bc7c2Copy full SHA for 60bc7c2
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Uploading...
94
if: github.ref == 'refs/heads/master'
95
- uses: softprops/action-gh-release@v0.1.15
+ uses: softprops/action-gh-release@v2.0.8
96
with:
97
tag_name: ${{ env.VERSION }}
98
token: ${{ secrets.PAT }}
0 commit comments