From f773f9f675a9a1ca8bd9bdc623e58a26c2ecfa46 Mon Sep 17 00:00:00 2001 From: Koen Vlaswinkel Date: Mon, 6 May 2024 15:31:05 +0200 Subject: [PATCH] Use @vscode/vsce when publishing the extension --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77a8e55ef..4eb21da11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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