Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use npm config to set NPM auth token in github actions
The previous PR committed the .npmrc which means we now get publish errors that it has uncommitted changes once the auth token is added in the CI. This commit uses `npm config set //<registry>:...` to add the token to the user config in order to keep the repository config clean.
- Loading branch information