Skip to content

Commit 41611b8

Browse files
committed
改进自动构建
1 parent c132a3c commit 41611b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
- name: Push changes and tags
3939
run: |
40+
git remote set-url origin https://x-access-token:${{ secrets.GIT_TOKEN }}@github.com/${{ github.repository }}.git
4041
git push --follow-tags # 推送修改的 version 和 Git 标签到远程仓库
4142
4243
- name: Package Extension

0 commit comments

Comments
 (0)