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.
2 parents 6caa151 + dab02c3 commit e67ccb0Copy full SHA for e67ccb0
.github/workflows/build.yml
@@ -438,7 +438,7 @@ jobs:
438
-
439
name: GitHub Release
440
if: startsWith(github.ref, 'refs/tags/v')
441
- uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
+ uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
442
env:
443
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
444
with:
0 commit comments