diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fbcd8e..109129b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: - name: Preview Release if: matrix.os == 'ubuntu-latest' && matrix.node == 22 + continue-on-error: true run: pnpx pkg-pr-new publish --compact --commentWithSha --no-template --pnpm './packages/*' - name: Format