chore: update workflow

This commit is contained in:
Mike Diarmid
2020-04-22 16:15:56 +01:00
committed by GitHub
parent f96f37bb1b
commit f019e3531a

View File

@@ -32,6 +32,7 @@ jobs:
echo "registry=http://registry.npmjs.org/" >> ~/.npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
npm whoami
git diff --exit-code
yarn lerna publish --yes
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}