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 ecacf8c commit 896eb37Copy full SHA for 896eb37
.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@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v0.1.15
+ uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
178
env:
179
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
180
with:
0 commit comments