We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd175de commit 5125166Copy full SHA for 5125166
.github/workflows/publish-release.yaml
@@ -17,6 +17,9 @@ jobs:
17
- name: Install npm@7
18
run: npm install -g npm@7
19
20
+ - name: Install VSCode publishing dependencies
21
+ run: npm install -g vsce
22
+
23
- name: Download release assets
24
run: |
25
filename=$(basename -- "$ASSET_URL")
@@ -36,6 +39,6 @@ jobs:
36
39
- name: Publish to marketplace
37
40
38
41
echo "Publishing ${VSIX_PATH} to marketplace"
- npx vsce publish --packagePath ${VSIX_PATH}
42
+ npx vsce publish --packagePath "${VSIX_PATH}"
43
env:
44
VSCE_PAT: ${{ secrets.VSCE_PAT }}
0 commit comments