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 eb43f4c + 640541c commit ba782f1Copy full SHA for ba782f1
.github/workflows/build.yml
@@ -535,7 +535,7 @@ jobs:
535
-
536
name: GitHub Release
537
if: startsWith(github.ref, 'refs/tags/v')
538
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
539
env:
540
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
541
with:
0 commit comments