Skip to content

Commit f268e05

Browse files
committed
fix: add missing step to install vsce in publish workflow
1 parent 995461b commit f268e05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777

7878
- name: Compile
7979
run: npm run compile
80+
8081
- name: Install vsce
8182
run: npm install -g @vscode/vsce
8283

0 commit comments

Comments
 (0)