Skip to content

Commit 74e95de

Browse files
committed
revise
1 parent 00e6b2f commit 74e95de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

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

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

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

0 commit comments

Comments
 (0)