mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-22 10:29:23 +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 }} # 版本名字
|
release_name: Release ${{ github.ref }} # 版本名字
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
- run: npm i -g vsce # 安装vsce 用于打包插件
|
# - run: npm i -g vsce # 安装vsce 用于打包插件
|
||||||
- run: npm install # 安装依赖
|
# - run: npm install # 安装依赖
|
||||||
|
- run: yarn global add vsce # 安装vsce 用于打包插件
|
||||||
|
- run: yarn # 安装依赖
|
||||||
- run: vsce package --yarn # 打包插件
|
- run: vsce package --yarn # 打包插件
|
||||||
- run: ls
|
- run: ls
|
||||||
# 上传插件包
|
# 上传插件包
|
||||||
|
Loading…
Reference in New Issue
Block a user