Skip to content

Commit

Permalink
fix(ci): deprecated --skip-git has been replaced by --no-git-tag-vers…
Browse files Browse the repository at this point in the history
…ion --no-push
  • Loading branch information
clarkdo committed Nov 28, 2018
1 parent 18b9b75 commit 056704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 056704f

Please sign in to comment.