From 6ea0f66cd4a7f703dec8a8691c5b76a9af2378b1 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Thu, 15 Feb 2024 20:05:41 +0300 Subject: [PATCH] skip git checks... --- .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 03aa14f..cf37316 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - run: node typescript/npm/beforePublish.mjs - - run: pnpm publish --access public + - run: pnpm publish --access public --no-git-checks working-directory: typescript env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}