We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workflow
1 parent 3fcd6aa commit 759fc57Copy full SHA for 759fc57
2 files changed
.github/workflows/Publish Pre-release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Install Dependencies # vsce etc
18
run: | # shell
19
- npm i vsce -g
+ npm i @vscode/vsce -g
20
21
- name: Setup Github Actions # allow use of `git push`
22
.github/workflows/Publish.yml
@@ -20,7 +20,7 @@ jobs:
23
24
25
26
0 commit comments