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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release publishing — the *publishing* half. `release-please.yml` is the *versioning* half.
#
# Publishes all 43 `geiserx_*` workspace crates to crates.io for a `v{version}` tag, using
# Publishes all 44 `geiserx_*` workspace crates to crates.io for a `v{version}` tag, using
# crates.io **trusted publishing** (OIDC — no stored token). Driven by `scripts/publish-crates.sh`
# (leaf-first dependency order, `SKIP_PUBLISHED=1` so a re-run resumes past already-published
# crates, and self-healing through crates.io's sliding-window 429 rate limit — which a 43-crate
# crates, and self-healing through crates.io's sliding-window 429 rate limit — which a 44-crate
# release reliably trips).
#
# Triggers:
Expand Down Expand Up @@ -37,7 +37,7 @@ concurrency:

jobs:
publish-crates:
name: publish 43 crates to crates.io (trusted publishing)
name: publish 44 crates to crates.io (trusted publishing)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
Loading