From d40fdebd7be4496b78bb78f1afc65cad6525bd40 Mon Sep 17 00:00:00 2001 From: Louis Varin Date: Fri, 9 Aug 2024 11:28:30 -0400 Subject: [PATCH] fix: disable lerna git operations --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2e3c7e5..1890fac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,9 +7,6 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }} -permissions: - contents: write - jobs: publish: name: Publish Release @@ -57,4 +54,4 @@ jobs: run: yarn lerna run build - name: Lerna Publish - run: yarn lerna publish --force-publish --include-merged-tags --conventional-commits --yes --loglevel silly + run: yarn lerna publish --force-publish --include-merged-tags --conventional-commits --yes --loglevel silly --no-push --no-git-tag-version --no-changelog