diff --git a/.circleci/config.yml b/.circleci/config.yml index 82024144bfc..4d979ab9076 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,7 @@ jobs: command: | echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc VERSION=$(cat lerna.json | jq .version --raw-output) - ./node_modules/.bin/lerna publish --skip-git --repo-version $VERSION --yes + ./node_modules/.bin/lerna publish --skip-git --repo-version $VERSION --yes --force-publish=* workflows: version: 2