chore: workflow config

This commit is contained in:
Mike Diarmid
2020-04-22 15:52:35 +01:00
committed by GitHub
parent e2c2d64d22
commit c067e67f02

View File

@@ -22,6 +22,10 @@ jobs:
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
- name: Publish Packages
run: |
yarn logout
echo "@react-native-firebase:registry=http://registry.npmjs.org/" > ~/.npmrc
echo "registry=http://registry.npmjs.org/" >> ~/.npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
npm whoami
npx lerna publish --yes
env: