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