Skip to content

Commit f773f9f

Browse files
committed
Use @vscode/vsce when publishing the extension
1 parent 67aa216 commit f773f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Publish to Registry
136136
run: |
137-
npx vsce publish -p $VSCE_TOKEN --packagePath *.vsix
137+
npx @vscode/vsce publish -p $VSCE_TOKEN --packagePath *.vsix
138138
139139
open-vsx-publish:
140140
name: Publish to Open VSX Registry

0 commit comments

Comments
 (0)