Skip to content

Commit b07a8a7

Browse files
committed
globally install vsce with npm
1 parent 2ac666a commit b07a8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: yarn install
3131

3232
- name: Install VSCE
33-
run: yarn global add vsce
33+
run: npm install -g vsce
3434

3535
- name: Publish Extension with VSCE
3636
env:

0 commit comments

Comments
 (0)