Skip to content

Commit f50ad97

Browse files
authored
e publishing tags version in commit
1 parent d70840d commit f50ad97

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
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
git config --local user.email "[email protected]"
5050
git config --local user.name "GitHub Action"
51-
git commit -m "e set SNAPSHOT version" -a || echo "nothing to commit"
51+
git commit -m "v ${{ steps.version.outputs.tag }}" -a || echo "nothing to commit"
5252
git checkout -b temp
5353
git fetch
5454
git checkout master

0 commit comments

Comments
 (0)