Skip to content

Commit 30c0862

Browse files
committed
added-message-to release tag
1 parent e4ac35c commit 30c0862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ jobs:
8181
run: |
8282
git config user.name "github-actions"
8383
git config user.email "github-actions@github.com"
84-
git tag ${{ steps.bump.outputs.NEW_VERSION }}
84+
git tag -a ${{ steps.bump.outputs.NEW_VERSION }} -m "Release ${{ steps.get_branch.outputs.PR_BRANCH }}"
8585
git push origin ${{ steps.bump.outputs.NEW_VERSION }}

0 commit comments

Comments
 (0)