Skip to content

Commit 0874ce8

Browse files
Update HaaLeo/publish-vscode-extension action to v2 (#516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2677b56 commit 0874ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/publish-marketplace.yml

+2-2
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)