Unverified Commit 722a0bd6 authored by Hong Minhee's avatar Hong Minhee
Browse files

Add `--no-git-checks` flag to pnpm publish dry run

This prevents git status checks that may fail during CI when
there are uncommitted changes from the codegen step.
parent 0771e4a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ jobs:
    - run: deno task -f @fedify/fedify codegen
    - run: deno publish --dry-run
    - run: pnpm install
    - run: pnpm publish --recursive --dry-run
    - run: pnpm publish --recursive --dry-run --no-git-checks

  publish:
    needs: [test, test-node, test-bun, test-cfworkers, lint, release-test]