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 5b38e78 + 36f01b0 commit 6a16af9Copy full SHA for 6a16af9
1 file changed
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Create Release
69
if: steps.check_release.outputs.exists == 'false'
70
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
71
with:
72
tag_name: v${{ steps.get_version.outputs.version }}
73
name: Release v${{ steps.get_version.outputs.version }}
0 commit comments