Skip to content

Commit

Permalink
chore: run vsce with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Mar 17, 2023
1 parent 042bfab commit 53423d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ide-extension-to-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build VSCode extension package
run: npm run package -w source-code/ide-extension
- name: Publish to VSCode Marketplace
run: vsce publish -p ${{secrets.VSCODE_MARKETPLACE_TOKEN}}
run: npx vsce publish -p ${{secrets.VSCODE_MARKETPLACE_TOKEN}}
working-directory: ./source-code/ide-extension
env:
VSCODE_MARKETPLACE_TOKEN: ${{secrets.VSCODE_MARKETPLACE_TOKEN}}

0 comments on commit 53423d6

Please sign in to comment.