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 e102a6b commit b55e593Copy full SHA for b55e593
.github/workflows/extension.yml
@@ -37,12 +37,12 @@ jobs:
37
with:
38
pat: ${{ secrets.OPEN_VSX_TOKEN }}
39
packagePath: vscode
40
- ignoreVersionExists: true
+ skipDuplicate: true
41
42
- name: Publish to Visual Studio Marketplace
43
uses: HaaLeo/publish-vscode-extension@v2
44
45
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
46
registryUrl: https://marketplace.visualstudio.com
47
48
0 commit comments