Skip to content

Commit 5b757e0

Browse files
author
guomingliang
committed
fix:hbuilderx-cli update
1 parent 29d0693 commit 5b757e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
node-version: "18.x"
2020
registry-url: "https://registry.npmjs.org"
21-
- name: Publish A
21+
- name: Publish autotest
2222
run: |
2323
cd other/hbuilderx-autotest
24-
npm publish
24+
npm --access public
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2727

@@ -34,9 +34,9 @@ jobs:
3434
with:
3535
node-version: "18.x"
3636
registry-url: "https://registry.npmjs.org"
37-
- name: Publish B
37+
- name: Publish cli
3838
run: |
3939
cd other/hbuilderx-cli
40-
npm publish
40+
npm --access public
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)