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 f41b4db commit 1b1df96Copy full SHA for 1b1df96
.github/workflows/publishextension.yml
@@ -14,11 +14,13 @@ jobs:
14
node-version: 20
15
- run: npm ci
16
- name: Publish to Open VSX Registry
17
+ continue-on-error: true
18
uses: HaaLeo/publish-vscode-extension@v1
19
with:
20
pat: ${{ secrets.OPEN_VSX_TOKEN }}
21
- name: Publish to Visual Studio Marketplace
22
23
24
25
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
- registryUrl: https://marketplace.visualstudio.com
26
+ registryUrl: https://marketplace.visualstudio.com
0 commit comments