Skip to content

Commit 0864b85

Browse files
committed
Fix CI publish config
1 parent 8522961 commit 0864b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
- run: yarn build
6060
- run: yarn npm publish
6161
env:
62-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
62+
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)