Skip to content

Commit

Permalink
Fix nightly (adobe#7001)
Browse files Browse the repository at this point in the history
* Fix nightly
  • Loading branch information
snowystinger authored Sep 5, 2024
1 parent c5a45b2 commit 641446f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ jobs:
name: Authenticate with npm
command: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
yarn config set authToken $NPM_TOKEN
yarn config set npmAuthToken $NPM_TOKEN
git update-index --skip-worktree .npmrc
- run:
name: Publish
Expand Down

0 comments on commit 641446f

Please sign in to comment.