Skip to content

Commit 5f060af

Browse files
test workflow
1 parent 52c9ceb commit 5f060af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-comps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
node-version: 16
3737
registry-url: https://registry.npmjs.org/
3838
# - run: cat .npmrc
39-
# - run: echo ${{ secrets.NPM_TOKEN }}
39+
- run: echo ${{ secrets.NPM_TOKEN }}
4040
- name: Install dependencies
4141
uses: borales/actions-yarn@v4.2.0
4242
with:
@@ -48,4 +48,4 @@ jobs:
4848
cmd: build_publish
4949
dir: client/packages/lowcoder-comps
5050
env:
51-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
51+
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)