Skip to content

Commit dad37f2

Browse files
authored
Merge pull request #3599 from github/koesie10/upgrade-publish-vsce
Use @vscode/vsce when publishing the extension
2 parents 67aa216 + f773f9f commit dad37f2

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)