From 2b32d3e8296bf3516ecf3066142b8c4c3b77f997 Mon Sep 17 00:00:00 2001 From: zcf0508 Date: Mon, 28 Aug 2023 22:45:58 +0800 Subject: [PATCH] ci: update vsce publish script --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25b36d7..daec05a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: NPM_CONFIG_PROVENANCE: true - name: Publish to VSCE - run: npm run publish -p ${{secrets.VSCE_TOKEN}} + run: pnpm vsce publish --no-dependencies -p ${{secrets.VSCE_TOKEN}} working-directory: ./packages/vscode env: - VSCE_TOKEN: ${{secrets.VSCE_TOKEN}} \ No newline at end of file + VSCE_TOKEN: ${{secrets.VSCE_TOKEN}}