We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41611b8 commit 7b6fcd5Copy full SHA for 7b6fcd5
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Push changes and tags
39
run: |
40
- git remote set-url origin https://x-access-token:${{ secrets.GIT_TOKEN }}@github.com/${{ github.repository }}.git
+ git remote set-url origin https://${{ secrets.GIT_TOKEN }}@github.com/${{ github.repository }}.git
41
git push --follow-tags # 推送修改的 version 和 Git 标签到远程仓库
42
43
- name: Package Extension
0 commit comments