Skip to content

Commit 3efae09

Browse files
committed
change tag automation message
1 parent 81d131e commit 3efae09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version_tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
run: |
4343
git config user.name "github-actions[bot]"
4444
git config user.email "github-actions[bot]@users.noreply.github.com"
45-
git tag -a "${{ steps.get_version.outputs.version }}" -m "${{ steps.get_version.outputs.version }}"
45+
git tag -a "${{ steps.get_version.outputs.version }}" -m "Version ${{ steps.get_version.outputs.version }}"
4646
git push origin "${{ steps.get_version.outputs.version }}"

0 commit comments

Comments
 (0)