Skip to content

Commit

Permalink
fix(ci): use skip-git for edge release
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Nov 26, 2018
1 parent 678b4ab commit 5235471
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 --no-git-tag-version --no-push
yarn lerna version --yes --skip-git
PACKAGE_SUFFIX=edge yarn build
./scripts/workspace-run npm publish -q
fi
Expand Down

0 comments on commit 5235471

Please sign in to comment.