From 3eea4a02353114965e3da277fc1e88e6c91f70b5 Mon Sep 17 00:00:00 2001 From: Florian CHAZAL Date: Mon, 17 Jan 2022 18:26:27 +0100 Subject: [PATCH] fix lerna version not publishing all packages --- .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