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 e82478d + 33a7908 commit c023bfaCopy full SHA for c023bfa
.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@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
+ uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0
539
env:
540
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
541
with:
0 commit comments