From e30646afe8ee0a67855e7939486d5da800d2b122 Mon Sep 17 00:00:00 2001 From: rodrigopavezi Date: Mon, 16 Dec 2024 17:12:13 -0300 Subject: [PATCH] fix: update lerna publish command to prevent git tagging during prerelease --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2cdb784dbd..904b2ee007 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -288,6 +288,7 @@ jobs: echo $FORCE_PUBLISH $(yarn bin)/lerna publish \ prerelease \ + --no-git-tag-version \ --no-push \ --preid next \ --dist-tag next \