Skip to content

Commit 05dd578

Browse files
committed
Make openvsx publish optional
1 parent daad86e commit 05dd578

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
with:
1414
node-version: 12
1515
- 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 }}
2016
- name: Publish to Visual Studio Marketplace
2117
uses: HaaLeo/publish-vscode-extension@v0
2218
with:
2319
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
2420
registryUrl: https://marketplace.visualstudio.com
21+
- name: Publish to Open VSX Registry
22+
continue-on-error: true
23+
uses: HaaLeo/publish-vscode-extension@v0
24+
with:
25+
pat: ${{ secrets.OPEN_VSX_TOKEN }}

0 commit comments

Comments
 (0)