Skip to content

Commit 942949f

Browse files
ci: update default tag message
1 parent f36ac0a commit 942949f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
git push
5252
- name: Tag new version
5353
run: |
54-
git tag -a ${{ github.event.inputs.version }} -m "Release ${{ github.event.inputs.version }}"
54+
git tag -a ${{ github.event.inputs.version }} -m "${{ github.event.inputs.version }}"
5555
git push --tags
5656
- name: Create Release
5757
id: create_release

0 commit comments

Comments
 (0)