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