Skip to content

Commit

Permalink
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 60be551 commit 739b650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ 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 --no-private --conventional-commits --create-release github --yes
- run: yarn lerna version patch --no-private --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 739b650

Please sign in to comment.