fix(ci): use skip-git for edge release

This commit is contained in:
Clark Du 2018-11-26 23:34:47 +00:00
parent 678b4ab775
commit 5235471a9d

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 lerna version --yes --no-git-tag-version --no-push
yarn lerna version --yes --skip-git
PACKAGE_SUFFIX=edge yarn build
./scripts/workspace-run npm publish -q
fi