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 21c6888 commit 08e5c57Copy full SHA for 08e5c57
.github/workflows/release.yml
@@ -30,5 +30,5 @@ jobs:
30
- name: Publish to Marketplace
31
uses: HaaLeo/publish-vscode-extension@v1 # 第三方 Action 简化发布
32
with:
33
- pat: ${{ secrets.VSCODE_TOKEN }} # 引用 GitHub Secret
+ pat: ${{ secrets.SHELLING }} # 引用 GitHub Secret
34
skipDuplicate: true # 忽略重复版本错误
0 commit comments