Manually authenticate with NPM

This commit is contained in:
dannyrb 2019-08-13 21:06:07 -04:00
parent 156b093965
commit 2f13453bea

View File

@ -163,6 +163,10 @@ jobs:
no\n" > ~/.ssh/config
- run: git config --global user.email "danny.ri.brown+ohif-bot@gmail.com"
- run: git config --global user.name "ohif-bot"
- run:
name: Authenticate with registry
command:
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
npx lerna version --allow-branch monorepo --conventional-commits
--conventional-prerelease=* --create-release github