Skip to content

Commit 7b6fcd5

Browse files
committed
尝试自动入库版本号
1 parent 41611b8 commit 7b6fcd5

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
@@ -37,7 +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
40+
git remote set-url origin https://${{ secrets.GIT_TOKEN }}@github.com/${{ github.repository }}.git
4141
git push --follow-tags # 推送修改的 version 和 Git 标签到远程仓库
4242
4343
- name: Package Extension

0 commit comments

Comments
 (0)