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 7e7c557 commit ab3fc52Copy full SHA for ab3fc52
.github/workflows/build.yml
@@ -175,7 +175,7 @@ jobs:
175
-
176
name: GitHub Release
177
if: startsWith(github.ref, 'refs/tags/v')
178
- uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
+ uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
179
env:
180
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
181
with:
0 commit comments