fix: run release checks via pnpm exec

This commit is contained in:
Nathan Flurry 2026-03-05 15:57:35 -08:00
parent 056c5308c7
commit 71536d3654

View file

@ -22,7 +22,7 @@ jobs:
cache: pnpm
- run: pnpm install
- name: Run checks
run: ./scripts/release/main.ts --version 0.0.0 --only-steps run-ci-checks
run: pnpm exec tsx ./scripts/release/main.ts --version 0.0.0 --only-steps run-ci-checks
- name: Run ACP v1 server tests
run: |
cargo test -p sandbox-agent-agent-management