We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daa462 commit 5e853efCopy full SHA for 5e853ef
.github/workflows/publish-comps.yml
@@ -35,7 +35,8 @@ jobs:
35
with:
36
node-version: 16
37
registry-url: https://registry.npmjs.org/
38
- - run: npm whoami
+ - run: cat ~/.npmrc
39
+ - run: echo ${{ secrets.NPM_TOKEN }}
40
- name: Install dependencies
41
uses: borales/actions-yarn@v4.2.0
42
@@ -47,4 +48,4 @@ jobs:
47
48
cmd: build_publish
49
dir: client/packages/lowcoder-comps
50
env:
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
51
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments