From 5dc2582ef7f70cc17058e74458ae42315f483859 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 28 Aug 2025 12:19:10 +0200 Subject: [PATCH] :art: Update publish command in publish.yaml to disable git checks --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 37f3221..3ca50a3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -44,6 +44,6 @@ jobs: run: pnpm build - name: Publish to NPM - run: pnpm publish --access public --provenance + run: pnpm publish --access public --provenance --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}