Skip to content

Commit c69527e

Browse files
authored
Merge pull request #2 from analyticsjs/develop
chore: release next version
2 parents d4b6a26 + 4dedcb8 commit c69527e

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)