Skip to content

Commit 00e6b2f

Browse files
committed
revise
1 parent 4e817a6 commit 00e6b2f

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
@@ -32,7 +32,8 @@ jobs:
3232

3333
- run: npm install -g npm@latest
3434

35-
35+
-name: Install
36+
run: npm install
3637

3738
- name: Build project
3839
run: npm run build # 假设你的项目有一个构建步骤

0 commit comments

Comments
 (0)