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 d4616f9Copy full SHA for d4616f9
.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@da05d552573ad5aba039eaac05058a918a7bf631 # v2
60
with:
61
tag_name: ${{ env.VERSION }}
62
generate_release_notes: true
0 commit comments