We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd925f commit e2c9056Copy full SHA for e2c9056
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
working-directory: vscode-extension
37
38
- name: Publish extension
39
- run: npx vcse package && npx vcse publish
+ run: vcse package && vcse publish
40
env:
41
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
42
0 commit comments