Skip to content

Commit 290028c

Browse files
Bump HaaLeo/publish-vscode-extension from 1 to 2 (#751)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 860866a commit 290028c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
run: npm ci
2222

2323
- name: Publish to Open VSX
24-
uses: HaaLeo/publish-vscode-extension@v1
24+
uses: HaaLeo/publish-vscode-extension@v2
2525
id: publishToOpenVSX
2626
with:
2727
pat: ${{ secrets.OPEN_VSX_TOKEN }}
2828

2929
- name: Publish to Visual Studio Marketplace
30-
uses: HaaLeo/publish-vscode-extension@v1
30+
uses: HaaLeo/publish-vscode-extension@v2
3131
with:
3232
pat: ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
3333
registryUrl: https://marketplace.visualstudio.com

0 commit comments

Comments
 (0)