Skip to content

Commit 759fc57

Browse files
committed
Fix workflow release
1 parent 3fcd6aa commit 759fc57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Publish Pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Install Dependencies # vsce etc
1818
run: | # shell
19-
npm i vsce -g
19+
npm i @vscode/vsce -g
2020
2121
- name: Setup Github Actions # allow use of `git push`
2222
run: | # shell

.github/workflows/Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install Dependencies # vsce etc
2222
run: | # shell
23-
npm i vsce -g
23+
npm i @vscode/vsce -g
2424
2525
- name: Setup Github Actions # allow use of `git push`
2626
run: | # shell

0 commit comments

Comments
 (0)