Skip to content

Commit 4dedcb8

Browse files
committed
chore: update ci rule
1 parent 523d06c commit 4dedcb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
# 安装依赖并打包
2828
- name: Install and build
2929
run: |
30-
yarn global add pkg @semantic-release/changelog @semantic-release/git
30+
yarn global add pkg
31+
yarn add -D @semantic-release/changelog @semantic-release/git
3132
yarn install
3233
yarn build
3334
# 压缩构建后的文件

0 commit comments

Comments
 (0)