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 58c87f0 + 2ed5a27 commit c23b2d6Copy full SHA for c23b2d6
.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@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
+ uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
179
env:
180
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
181
with:
0 commit comments