Skip to content

Commit a30d358

Browse files
author
xiazhigang
committed
修改 调整 npm ci
1 parent 0b53180 commit a30d358

File tree

4 files changed

+13745
-7936
lines changed

4 files changed

+13745
-7936
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
node-version: 14
1818
registry-url: https://registry.npmjs.org/
19-
- run: npm ci
19+
- uses: borales/[email protected]
20+
with:
21+
cmd: install
2022
- run: npm run build
2123
- run: npm publish --access public
2224
env:
@@ -30,7 +32,9 @@ jobs:
3032
with:
3133
node-version: 14
3234
registry-url: https://npm.pkg.github.com/
33-
- run: npm ci
35+
- uses: borales/[email protected]
36+
with:
37+
cmd: install
3438
- run: npm run build
3539
- run: npm publish
3640
env:

0 commit comments

Comments
 (0)