Skip to content

Commit a1cc123

Browse files
Update HaaLeo/publish-vscode-extension action to v2
1 parent 2677b56 commit a1cc123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-marketplace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
node-version: latest
1515
- run: npm ci
1616
- name: Publish to Open VSX Registry
17-
uses: HaaLeo/publish-vscode-extension@v1
17+
uses: HaaLeo/publish-vscode-extension@v2
1818
with:
1919
pat: ${{ secrets.OPEN_VSX_TOKEN }}
2020
- name: Publish to Visual Studio Marketplace
21-
uses: HaaLeo/publish-vscode-extension@v1
21+
uses: HaaLeo/publish-vscode-extension@v2
2222
with:
2323
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
2424
registryUrl: https://marketplace.visualstudio.com

0 commit comments

Comments
 (0)