Skip to content

Commit b692263

Browse files
committed
ci: add yarn install
1 parent 640f09b commit b692263

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,12 @@ jobs:
6868

6969
- run: npm install -g npm@latest
7070
# 安装依赖
71-
- name: Install dependencies
71+
- name: npm Install dependencies
7272
run: npm install
7373

74+
- name: yarn Install dependencies
75+
run: yarn install
76+
7477
# 获取 tag 的版本类型(仅支持 正式版、alpha和beta版)
7578
- name: Determine release tag
7679
id: determine_tag

0 commit comments

Comments
 (0)