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 e706394 commit 8897781Copy full SHA for 8897781
.github/workflows/release.yml
@@ -42,4 +42,5 @@ jobs:
42
uses: HaaLeo/publish-vscode-extension@v1 # 第三方 Action 简化发布
43
with:
44
pat: ${{ secrets.SHELLING }} # 引用 GitHub Secret
45
+ registryUrl: https://marketplace.visualstudio.com
46
skipDuplicate: true # 忽略重复版本错误
0 commit comments