From ce557fb5365564004b0d7128f22da8a9abe7039f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=9Fur=20Aslan?= Date: Mon, 16 Oct 2023 03:00:21 +0200 Subject: [PATCH] updated GH workflow by fixing vsce install step --- .github/workflows/release-extension.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-extension.yml b/.github/workflows/release-extension.yml index 18107f0..6d775bf 100644 --- a/.github/workflows/release-extension.yml +++ b/.github/workflows/release-extension.yml @@ -22,7 +22,7 @@ jobs: run: npm install - name: Install vsce - run: npm install -g vsce + run: npm install -g @vscode/vsce # Read package.json and set variables - name: Read package.json