Skip to content

Commit

Permalink
Revert "chore(ci): publish a new patch for all packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishelgert committed Jan 23, 2024
1 parent ea34654 commit ce77c9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce77c9e

Please sign in to comment.