breadcrumbs/.forgejo/workflows
Breadway 629bb6c945
All checks were successful
Mirror to GitHub / mirror (push) Successful in 2s
dev release / build (push) Successful in 30s
ci: base dev version on the latest published tag, not Cargo.toml
Cargo.toml can drift stale relative to the actual last release (observed
on breadbox/breadpad/breadcrumbs/breadpaper), which made the auto-bumped
dev version sort as OLDER than what's already installed — bakery's semver
check correctly refused those "updates". Deriving the base version from
git ls-remote --tags instead is self-healing regardless of Cargo.toml
drift, with a Cargo.toml fallback only for a repo with no tags yet.
2026-07-22 13:52:03 +08:00
..
beta-release.yml ci: use a unique temp dir for the bread-ecosystem clone in dev/beta CI 2026-07-22 10:24:23 +08:00
dev-release.yml ci: base dev version on the latest published tag, not Cargo.toml 2026-07-22 13:52:03 +08:00
mirror.yml Clone from public URL, not GITHUB_SERVER_URL (resolves to localhost in runner) 2026-06-13 16:14:15 +08:00
package.yml Use REGISTRY_TOKEN (scoped write:package) for registry publish 2026-06-13 22:55:42 +08:00