Skip to content

Commit 3b000d0

Browse files
committed
Fix CI publish config (again)
1 parent 0864b85 commit 3b000d0

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-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
62+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)