Skip to content

Commit cbe2860

Browse files
author
ranchodeluxe
committed
inline
1 parent d4bd5a3 commit cbe2860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
8888
git config --global user.email "[email protected]"
8989
git config --global user.name "GitHub Actions"
90-
git commit -m $COMMIT_MSG
91-
git tag $TAG
90+
git commit -m "release version to ${{ env.new_version }}"
91+
git tag "v${{ env.new_version }}"
9292
git push origin main --tags
9393
9494
- name: create github release (triggers release)

0 commit comments

Comments
 (0)