Skip to content

Commit 491057b

Browse files
authored
Update GH actions to v2 for publish-vscode-extension (#673)
1 parent 056afff commit 491057b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: yarn install --immutable --immutable-cache --check-cache
2828

2929
- name: Package extension
30-
uses: HaaLeo/publish-vscode-extension@v1
30+
uses: HaaLeo/publish-vscode-extension@v2
3131
id: package_extension
3232
with:
3333
pat: not-a-real-pat

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
- run: yarn install --immutable --immutable-cache --check-cache
2424

2525
- name: Publish to Open VSX Registry
26-
uses: HaaLeo/publish-vscode-extension@v1
26+
uses: HaaLeo/publish-vscode-extension@v2
2727
with:
2828
pat: ${{ secrets.OPEN_VSX_TOKEN }}
2929
yarn: true
3030
packagePath: apps/vscode
3131

3232
- name: Publish to Visual Studio Marketplace
33-
uses: HaaLeo/publish-vscode-extension@v1
33+
uses: HaaLeo/publish-vscode-extension@v2
3434
id: publish_extension
3535
with:
3636
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}

0 commit comments

Comments
 (0)