From e7a94551e301d506e19e5cacb42d607f8322bd02 Mon Sep 17 00:00:00 2001 From: nd0ut Date: Fri, 24 May 2024 19:45:53 +0300 Subject: [PATCH] ci: remove graduate --- .github/workflows/release-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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