You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publish.sh is a bash script (set -o pipefail), but the test invoked it via
`sh`, which aborts under a dash that lacks pipefail — as on the CI runner,
though not the newer dash in the test container. The publish workflow already
runs it via bash; match that. Same bug class as the seed-test fix.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments