We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d0693 commit 5b757e0Copy full SHA for 5b757e0
.github/workflows/main.yml
@@ -18,10 +18,10 @@ jobs:
18
with:
19
node-version: "18.x"
20
registry-url: "https://registry.npmjs.org"
21
- - name: Publish A
+ - name: Publish autotest
22
run: |
23
cd other/hbuilderx-autotest
24
- npm publish
+ npm --access public
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27
@@ -34,9 +34,9 @@ jobs:
34
35
36
37
- - name: Publish B
+ - name: Publish cli
38
39
cd other/hbuilderx-cli
40
41
42
0 commit comments