From 5fd767e2242836b60aaa512f0f71c7ee86ba412a Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Thu, 30 Oct 2025 09:31:12 -0700 Subject: [PATCH] fix: release workflow fails with ERR_PNPM_GIT_UNCLEAN error Signed-off-by: Alexander Matyushentsev --- .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 1d6baa2..bcbdfc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,4 +34,4 @@ jobs: VERSION=${GITHUB_REF#refs/tags/v} pnpm run build pnpm version $VERSION --no-git-tag-version - pnpm publish --access public + pnpm publish --access public --no-git-checks