Skip to content

Commit 641446f

Browse files
authored
Fix nightly (#7001)
* Fix nightly
1 parent c5a45b2 commit 641446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ jobs:
541541
name: Authenticate with npm
542542
command: |
543543
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
544-
yarn config set authToken $NPM_TOKEN
544+
yarn config set npmAuthToken $NPM_TOKEN
545545
git update-index --skip-worktree .npmrc
546546
- run:
547547
name: Publish

0 commit comments

Comments
 (0)