From f9a5e4216ef58a10fe9dd1077df609d36d115faa Mon Sep 17 00:00:00 2001 From: Gabriel Pinto Date: Wed, 8 May 2024 13:03:50 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Add=20no=20git=20checks?= =?UTF-8?q?=20flag=20to=20publish=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 f1dedbf..d7ef54f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,4 +42,4 @@ jobs: commit: 'false' - name: Publish package - run: pnpm publish --tag=${{ github.ref_name }} + run: pnpm publish --access=public --no-git-checks --tag=${{ github.ref_name }}