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 c132a3c commit 41611b8Copy full SHA for 41611b8
.github/workflows/release.yml
@@ -37,6 +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
41
git push --follow-tags # 推送修改的 version 和 Git 标签到远程仓库
42
43
- name: Package Extension
0 commit comments