From 0cabc3ff7b29fae8a01aeae56450d19737af3bba Mon Sep 17 00:00:00 2001 From: Florian Chazal Date: Mon, 17 Jan 2022 18:33:05 +0100 Subject: [PATCH] fix: lerna version not publishing all packages (#480) --- .github/workflows/on-release-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-release-prod.yml b/.github/workflows/on-release-prod.yml index f2510151e6..dacf7187f2 100644 --- a/.github/workflows/on-release-prod.yml +++ b/.github/workflows/on-release-prod.yml @@ -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