From ce77c9e7023830595ad483877941a4e0210a946c Mon Sep 17 00:00:00 2001 From: Chris Helgert Date: Tue, 23 Jan 2024 14:22:39 +0100 Subject: [PATCH] Revert "chore(ci): publish a new patch for all packages" --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95d831ba0..5b062de82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,8 +124,7 @@ jobs: echo "//npm.pkg.github.com/:_authToken=${GITHUB_PACKAGES_WRITE_TOKEN}" > ~/.npmrc echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc - run: yarn build - - run: yarn lerna version patch --force-publish --no-private --create-release github --yes - # - run: yarn lerna version --no-private --conventional-commits --create-release github --yes + - run: yarn lerna version --no-private --conventional-commits --create-release github --yes - run: yarn lerna publish from-git --yes workflows: