Skip to content

Commit 99e337c

Browse files
committed
refactor(ci): 移除重复的 tag 推送
softprops/action-gh-release 已自动推送 tag,无需重复执行。
1 parent 0d4cc26 commit 99e337c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,4 @@ jobs:
102102

103103
- name: Push changes
104104
if: steps.check.outputs.need_release == 'true'
105-
run: |
106-
git push origin main
107-
git push origin ${{ steps.version.outputs.version }}
105+
run: git push origin main

0 commit comments

Comments
 (0)