Skip to content

Commit a9a19a4

Browse files
committed
fix(release): keep Homebrew publication independent
1 parent 7dbc0c3 commit a9a19a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
name: Publish formula to homebrew-tap
321321
needs:
322322
- package-manifests
323-
- publish-r2
323+
- publish-release
324324
runs-on: ubuntu-latest
325325
env:
326326
RELEASE_TAG: ${{ inputs.tag }}

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ workflow is the single product release path:
6666
`scripts/release.sh` and `scripts/verify-dist.py`, builds and smoke-tests the
6767
native matrix, attaches archives/checksums/manifests to the draft, and marks
6868
the GitHub Release public. It then publishes the exact verified archives and
69-
checksums to R2 and updates the Homebrew tap.
69+
checksums to R2 and independently updates the Homebrew tap.
7070

7171
A failure before the GitHub Release is published leaves the same draft
7272
Release/tag available for a retry; it does not create a new product version.

0 commit comments

Comments
 (0)