From 5ee2da0cb795b2d79b8ec470311fb98bc30cc07c Mon Sep 17 00:00:00 2001 From: Egor Didenko Date: Fri, 24 May 2024 12:01:37 -0400 Subject: [PATCH] ci: deleted conventional-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 439865a..ca5febf 100644 --- a/.github/workflows/release-manual.yml +++ b/.github/workflows/release-manual.yml @@ -34,7 +34,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