Skip to content

Commit e2c9056

Browse files
committed
fix release
1 parent 0cd925f commit e2c9056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
working-directory: vscode-extension
3737

3838
- name: Publish extension
39-
run: npx vcse package && npx vcse publish
39+
run: vcse package && vcse publish
4040
env:
4141
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
4242
working-directory: vscode-extension

0 commit comments

Comments
 (0)