Skip to content

Commit b4c0c16

Browse files
test workflow
1 parent 26918a7 commit b4c0c16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-comps.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v3
34+
# Setup .npmrc file to publish to npm
3435
- uses: actions/setup-node@v3
3536
with:
3637
node-version: 16
3738
registry-url: https://registry.npmjs.org/
3839
# - run: cat .npmrc
39-
- run: echo ${{ secrets.NPM_TOKEN }}
40+
- run: echo ${{ secrets }}
4041
- name: Install dependencies
4142
uses: borales/actions-yarn@v4.2.0
4243
with:
@@ -48,4 +49,4 @@ jobs:
4849
cmd: build_publish
4950
dir: client/packages/lowcoder-comps
5051
env:
51-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
52+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)