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 # 上传插件包