We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f25a5b commit 7b59091Copy full SHA for 7b59091
.github/workflows/release-on-push.yml
@@ -39,7 +39,7 @@ jobs:
39
TAG="v${{ steps.get_version.outputs.version }}"
40
git tag $TAG
41
git push origin $TAG
42
- gh release create $TAG --title "Release $TAG" --notes "New release version $TAG"
+ gh release create $TAG --title "$TAG""
43
44
- name: Tag already exists - Exit successfully
45
if: steps.check_tag.outputs.exists == 'true'
0 commit comments