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 5be670a commit ecacf8cCopy full SHA for ecacf8c
.github/workflows/build.yml
@@ -174,7 +174,7 @@ jobs:
174
-
175
name: GitHub Release
176
if: startsWith(github.ref, 'refs/tags/v')
177
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
+ uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v0.1.15
178
env:
179
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
180
with:
0 commit comments