Skip to content
Open
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
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
# Pre-publish gate: content/data validation must be green before the
# CLI package reaches npm (mirrors deploy.yml's validate leg).
- run: bun run validate
- name: Build published workspace dependency
run: cd packages/probe-defs && bun run build
- uses: pnpm/action-setup@v4
with:
version: 9
Expand Down
Loading