From 3012dc7520832eeb01df30dc247908f683589dcc Mon Sep 17 00:00:00 2001 From: Raul Melo Date: Sun, 28 Jan 2024 13:22:59 +0100 Subject: [PATCH] add no-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 e93432e..057296b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Create Release Pull Request uses: changesets/action@v1 with: - publish: pnpm publish + publish: pnpm publish --no-git-checks env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}