Skip to content

Commit

Permalink
fix: lerna version not publishing all packages (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
flochaz authored Jan 17, 2022
1 parent be119cb commit 0cabc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
npx lerna version --conventional-commits --conventional-graduate --force-publish=* --yes
npx lerna version --conventional-commits --force-publish=* --yes
npx lerna publish from-git --no-verify-access --yes
#########################
# Generate documentation
Expand Down

0 comments on commit 0cabc3f

Please sign in to comment.