Skip to content

Commit fc96f45

Browse files
authored
ci: Call vsce through npx
1 parent 731b74b commit fc96f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: npm install --save-dev @vscode/vsce ovsx
7474

7575
- name: (Visual Studio Marketplace) Login
76-
run: echo ${{ secrets.VSMARKETPLACE_TOKEN }} | vsce login sgryjp
76+
run: echo ${{ secrets.VSMARKETPLACE_TOKEN }} | npx vsce login sgryjp
7777

7878
- name: (Visual Studio Marketplace) Publish
7979
run: npx vsce publish --packagePath ./dist/vscode-stable-sort-*.vsix

0 commit comments

Comments
 (0)