From a7999eaa77e9809f2c9977fc087780195fceb5f6 Mon Sep 17 00:00:00 2001 From: Shane Vitarana Date: Mon, 3 Aug 2026 20:42:01 -0400 Subject: [PATCH] Ship the v9 conformance corpus in the relay tarball The release workflow names the trace fixtures literally, so the v8 -> v9 rename left it copying files that no longer exist and the 0.24.0 tag failed before publishing. ci.yml already moved; this is the same list in the one workflow that had no PR to catch it. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b92179..fcc4cac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,8 +80,8 @@ jobs: staging="droste-relay-$GITHUB_REF_NAME" mkdir -p "$staging/conformance" relay-dist cp src/droste/substrates/_relay/*.ts pyodide/README.md "$staging/" - cp src/droste/testing/fixtures/trace-v8-execution.ndjson \ - src/droste/testing/fixtures/trace-v8-lifecycle.ndjson \ + cp src/droste/testing/fixtures/trace-v9-execution.ndjson \ + src/droste/testing/fixtures/trace-v9-lifecycle.ndjson \ src/droste/testing/fixtures/runner-v10-refusal.ndjson \ "$staging/conformance/" printf '%s %s\n' "$GITHUB_REF_NAME" "$GITHUB_SHA" > "$staging/DROSTE_VERSION"