Skip to content

Commit 1b1df96

Browse files
authored
Finish the publish workflow even on error (#24)
1 parent f41b4db commit 1b1df96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publishextension.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
node-version: 20
1515
- run: npm ci
1616
- name: Publish to Open VSX Registry
17+
continue-on-error: true
1718
uses: HaaLeo/publish-vscode-extension@v1
1819
with:
1920
pat: ${{ secrets.OPEN_VSX_TOKEN }}
2021
- name: Publish to Visual Studio Marketplace
22+
continue-on-error: true
2123
uses: HaaLeo/publish-vscode-extension@v1
2224
with:
2325
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
24-
registryUrl: https://marketplace.visualstudio.com
26+
registryUrl: https://marketplace.visualstudio.com

0 commit comments

Comments
 (0)