We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9bcac commit f3a5ae1Copy full SHA for f3a5ae1
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,6 @@ jobs:
22
- run: npm run build
23
- name: Publish to VS Marketplace
24
if: success() && startsWith(github.ref, 'refs/tags/')
25
- run: vsce publish --web
+ run: npx vsce publish --web
26
env:
27
VSCE_PAT: ${{ secrets.VSCE_PAT }}
0 commit comments