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 1fedf79 + ee6a104 commit 67f216aCopy full SHA for 67f216a
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Create Release
62
if: steps.check_release.outputs.exists == 'false'
63
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
64
with:
65
tag_name: v${{ steps.get_version.outputs.version }}
66
name: Release v${{ steps.get_version.outputs.version }}
0 commit comments