Skip to content

Commit a4b12d9

Browse files
committed
fix CD
1 parent c0829ff commit a4b12d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/cd-openvsx-registry.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
run: npm run compile
3737

3838
- name: Publish to Open VSX Registry
39-
uses: haaleo/publish-vscode-extension@v1
40-
id: publishToOpenVSX
39+
uses: haaleo/publish-vscode-extension@v2
4140
env:
4241
DISPLAY: ':99'
4342
with:

.github/workflows/cd-vscode-marketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run compile
3737

3838
- name: Publish to Visual Studio Marketplace
39-
uses: HaaLeo/publish-vscode-extension@v1
39+
uses: HaaLeo/publish-vscode-extension@v2
4040
with:
4141
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
4242
registryUrl: https://marketplace.visualstudio.com

0 commit comments

Comments
 (0)