We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daad86e commit 05dd578Copy full SHA for 05dd578
.github/workflows/build.yml
@@ -13,12 +13,13 @@ jobs:
13
with:
14
node-version: 12
15
- run: npm ci
16
- - name: Publish to Open VSX Registry
17
- uses: HaaLeo/publish-vscode-extension@v0
18
- with:
19
- pat: ${{ secrets.OPEN_VSX_TOKEN }}
20
- name: Publish to Visual Studio Marketplace
21
uses: HaaLeo/publish-vscode-extension@v0
22
23
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
24
registryUrl: https://marketplace.visualstudio.com
+ - name: Publish to Open VSX Registry
+ continue-on-error: true
+ uses: HaaLeo/publish-vscode-extension@v0
+ with:
25
+ pat: ${{ secrets.OPEN_VSX_TOKEN }}
0 commit comments