Skip to content

Commit

Permalink
Merge pull request #2 from PeculiarVentures/ci-publish
Browse files Browse the repository at this point in the history
Fix bump versions and publish packages
  • Loading branch information
microshine authored Aug 19, 2024
2 parents 678087c + f296ee1 commit 45da5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Bump versions and publish packages
run: |
npx lerna version --yes --conventional-commits --create-release github --message 'chore(release): publish'
npx lerna version --yes --conventional-commits --message 'chore(release): publish'
npx lerna publish from-package --yes
- name: Get Current Version
Expand Down

0 comments on commit 45da5a0

Please sign in to comment.