mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-14 14:39:27 +08:00
chore: 修改安装方式
This commit is contained in:
parent
e0f93bfcd9
commit
90fbeaf4ff
6
.github/workflows/cicd.yml
vendored
6
.github/workflows/cicd.yml
vendored
@ -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
|
||||
# 上传插件包
|
||||
|
Loading…
Reference in New Issue
Block a user