Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit a125e63

Browse files
author
丁言河D0362319
committed
chore: 更改相关命令
1 parent fc05e9c commit a125e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 20
19-
- run: npm ci
19+
- run: npm install
2020
- run: npm test
2121

2222
publish-npm:
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 20
3030
registry-url: https://registry.npmjs.org/
31-
- run: npm ci
31+
- run: npm install
3232
- run: npm publish
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)