Skip to content

Commit d8d45b0

Browse files
committed
install vsce
1 parent eb50220 commit d8d45b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Build extension
4444
run: npm run build
4545

46+
- name: Install vsce
47+
run: npm install -g @vscode/vsce
48+
4649
- name: Extract version from package.json
4750
id: package-version
4851
run: |

0 commit comments

Comments
 (0)