You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary:
With #2560 and followup changes, we call `yarn npm publish` directly
instead of `nx release publish` (Which indirectly used npm publish).
Yarn's NPM publish command grabs its auth token from `.yarnrc.yml`, not
`.npmrc`. Let's update our CI steps that set this.
## Test Plan:
Tested that I can call `yarn config set / unset` to set and unset these
values.
0 commit comments