Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
- name: Build
run: bun run build

# Pre-publish provable-chain gate: prove the core → compliance → AEP
# seam still holds on the freshly-built workspace BEFORE anything is
# published to npm. A break here (a verified task can no longer become
# signed, verifiable evidence) fails the release rather than shipping a
# broken chain. Runs against workspace builds, not published versions.
- name: Provable-chain pre-publish gate
run: bun examples/integration-smoke/provable-chain.mjs

- name: Set npm registry
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
Expand Down
Loading
Loading