Merge pull request #3599 from github/koesie10/upgrade-publish-vsce

Use @vscode/vsce when publishing the extension
This commit is contained in:
Koen Vlaswinkel
2024-05-13 13:04:42 +02:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ jobs:
- name: Publish to Registry
run: |
npx vsce publish -p $VSCE_TOKEN --packagePath *.vsix
npx @vscode/vsce publish -p $VSCE_TOKEN --packagePath *.vsix
open-vsx-publish:
name: Publish to Open VSX Registry