chore: 修改安装方式

This commit is contained in:
OBKoro1 2021-06-27 19:36:43 +08:00
parent e0f93bfcd9
commit 90fbeaf4ff
1 changed files with 4 additions and 2 deletions

View File

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