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 f084516 commit 0f1f897Copy full SHA for 0f1f897
.github/workflows/publish-github-release.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Create release
58
if: steps.check_release.outputs.exists == 'false' && env.VERSION != ''
59
- uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
60
with:
61
tag_name: ${{ env.VERSION }}
62
generate_release_notes: true
0 commit comments