From 148a07437bba42ee77500a340372668e726a5bc7 Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 12 Nov 2024 16:46:01 +0900 Subject: [PATCH] feat(bezier-vscode): add vsce install command --- .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 80802c246..c8771d96d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,6 @@ jobs: - name: Release VSCode extension continue-on-error: true - run: yarn publish-vscode + run: npm i -g vsce && yarn publish-vscode env: VSCE_PAT: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}