Skip to content

Commit 64a5cb5

Browse files
committed
Update: Added 'Install vsce command'
1 parent 9bc48e7 commit 64a5cb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-extension.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-pnpm-store-
3434
35+
- name: Install vsce
36+
run: npm i -g vsce
37+
3538
- name: Install dependencies
3639
if: steps.cache-dependencies.outputs.cache-hit != 'true'
3740
run: pnpm install

0 commit comments

Comments
 (0)