Skip to content

Commit a837f97

Browse files
author
ranchodeluxe
committed
no tag
1 parent 2db9a40 commit a837f97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ jobs:
148148
git checkout ${{ github.head_ref }}
149149
git add -A
150150
git commit -m "release version to ${{ env.new_version }}"
151-
git tag "v${{ env.new_version }}"
152-
git push origin ${{ github.head_ref }} --tags
151+
# only tag main branch in manual release
152+
# git tag "v${{ env.new_version }}"
153+
git push origin ${{ github.head_ref }}
153154
env:
154155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155156

0 commit comments

Comments
 (0)