Skip to content

Commit 7b59091

Browse files
changed: release title
1 parent 1f25a5b commit 7b59091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
TAG="v${{ steps.get_version.outputs.version }}"
4040
git tag $TAG
4141
git push origin $TAG
42-
gh release create $TAG --title "Release $TAG" --notes "New release version $TAG"
42+
gh release create $TAG --title "$TAG""
4343
4444
- name: Tag already exists - Exit successfully
4545
if: steps.check_tag.outputs.exists == 'true'

0 commit comments

Comments
 (0)