Skip to content

Commit 5125166

Browse files
authored
ci: install vsce dep (#328)
1 parent bd175de commit 5125166

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Install npm@7
1818
run: npm install -g npm@7
1919

20+
- name: Install VSCode publishing dependencies
21+
run: npm install -g vsce
22+
2023
- name: Download release assets
2124
run: |
2225
filename=$(basename -- "$ASSET_URL")
@@ -36,6 +39,6 @@ jobs:
3639
- name: Publish to marketplace
3740
run: |
3841
echo "Publishing ${VSIX_PATH} to marketplace"
39-
npx vsce publish --packagePath ${VSIX_PATH}
42+
npx vsce publish --packagePath "${VSIX_PATH}"
4043
env:
4144
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)