Skip to content

Commit f3a5ae1

Browse files
Update ci.yml
1 parent 2a9bcac commit f3a5ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- run: npm run build
2323
- name: Publish to VS Marketplace
2424
if: success() && startsWith(github.ref, 'refs/tags/')
25-
run: vsce publish --web
25+
run: npx vsce publish --web
2626
env:
2727
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)