From 90fbeaf4ff1ac3486df9d0e418d28f102836cefd Mon Sep 17 00:00:00 2001 From: OBKoro1 <1677593011@qq.com> Date: Sun, 27 Jun 2021 19:36:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d911513..e8ec9f1 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -55,8 +55,10 @@ jobs: release_name: Release ${{ github.ref }} # 版本名字 draft: false prerelease: false - - run: npm i -g vsce # 安装vsce 用于打包插件 - - run: npm install # 安装依赖 + # - run: npm i -g vsce # 安装vsce 用于打包插件 + # - run: npm install # 安装依赖 + - run: yarn global add vsce # 安装vsce 用于打包插件 + - run: yarn # 安装依赖 - run: vsce package --yarn # 打包插件 - run: ls # 上传插件包