diff --git a/.github/workflows/release-manual.yml b/.github/workflows/release-manual.yml index cd206f0..ad4a8e5 100644 --- a/.github/workflows/release-manual.yml +++ b/.github/workflows/release-manual.yml @@ -33,7 +33,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" - npx lerna version --conventional-commits --conventional-graduate --yes + npx lerna version --conventional-commits --yes npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN npx lerna publish from-git --yes \ No newline at end of file