omnigraph/.github/workflows
Andrew Altshuler 7540c86fa0
ci(publish): add omnigraph-api-types + omnigraph-cluster to the crates.io publish order (#260)
The publish-crates workflow's list predated two workspace crates: the shared
wire-DTO crate `omnigraph-api-types` (RFC-009) and `omnigraph-cluster`. On the
v0.7.0 tag it published compiler/policy/engine, then failed on `omnigraph-server`
("no matching package named `omnigraph-api-types`") because that dependency was
never published.

Insert both in dependency order (after omnigraph-engine, before
omnigraph-server). The workflow is idempotent (per-crate version check), so a
re-dispatch for v0.7.0 skips the three already-published crates and finishes
api-types → cluster → server → cli.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 05:23:55 +03:00
..
ci.yml ci: run Test Workspace only on main, not on pull requests (#212) 2026-06-13 19:23:41 +03:00
codeowners.yml ci(codeowners): un-trap required checks, auto-render, generate owner tables (#142) 2026-06-06 18:09:47 +03:00
package.yml package caller: pass AWS secrets via secrets: inherit 2026-04-18 21:54:08 +03:00
publish-crates.yml ci(publish): add omnigraph-api-types + omnigraph-cluster to the crates.io publish order (#260) 2026-06-16 05:23:55 +03:00
release-edge.yml Add Windows release binaries (#127) 2026-05-30 14:23:40 +02:00
release.yml fix(release): make Homebrew audit non-blocking + set up brew on runner (#140) 2026-06-06 00:44:48 +03:00