Skip to content

Commit b23f57f

Browse files
committed
x
1 parent a8d8f6d commit b23f57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '20' # Or any other Node.js version your project requires
2020

2121
- name: Install dependencies
22-
run: npm install
22+
run: npm install -g @vscode/vsce && ./refresh_submodules
2323

2424
- name: Build VS Code extension package
2525
run: npm run package

0 commit comments

Comments
 (0)