From a0eb7ac8243ba6df75ec31bb6a9bd7ebb9861650 Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Thu, 23 Mar 2023 12:18:02 -0700 Subject: [PATCH] Do not try to tag again --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf12744..7efe88b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,4 +100,4 @@ jobs: - name: Publish packages run: | - lerna publish ${{ env.PKG_VERSION }} --yes + lerna publish ${{ env.PKG_VERSION }} --yes --no-git-reset --no-git-tag-version