Skip to content

Commit 0cabc3f

Browse files
authored
fix: lerna version not publishing all packages (#480)
1 parent be119cb commit 0cabc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/on-release-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git config --global user.name 'github-actions[bot]'
4242
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
4343
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
44-
npx lerna version --conventional-commits --conventional-graduate --force-publish=* --yes
44+
npx lerna version --conventional-commits --force-publish=* --yes
4545
npx lerna publish from-git --no-verify-access --yes
4646
#########################
4747
# Generate documentation

0 commit comments

Comments
 (0)