fix(ci): deprecated --skip-git has been replaced by --no-git-tag-version --no-push

This commit is contained in:
Clark Du 2018-11-28 16:56:55 +00:00
parent 18b9b750f5
commit 056704f17c

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