fix(ci): release edge with push and tag

This commit is contained in:
Clark Du 2018-11-26 23:31:02 +00:00
parent fe492d8363
commit 678b4ab775

View File

@ -121,7 +121,7 @@ jobs:
else
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
yarn release --yes
yarn lerna version --yes --no-git-tag-version --no-push
PACKAGE_SUFFIX=edge yarn build
./scripts/workspace-run npm publish -q
fi