Skip to content

Fix Homebrew tap trust requirement in release workflow#99

Merged
alexkroman merged 2 commits into
mainfrom
claude/inspiring-hypatia-3jzigv
Jun 12, 2026
Merged

Fix Homebrew tap trust requirement in release workflow#99
alexkroman merged 2 commits into
mainfrom
claude/inspiring-hypatia-3jzigv

Conversation

@alexkroman

Copy link
Copy Markdown
Collaborator

Summary

Updates the release workflow to explicitly trust the locally-created Homebrew tap before installing from it, addressing a breaking change in Homebrew >=5.1.15 that requires trust for non-official taps.

Changes

  • Added brew trust assembly/local command after creating the local tap in the release workflow
  • Included explanatory comment documenting why the trust step is necessary for Homebrew >=5.1.15 compatibility

Details

Homebrew versions 5.1.15 and later ignore formulae from untrusted non-official taps by default. The release workflow creates a temporary local tap (assembly/local) for testing the bottle installation, but without explicitly trusting it, the subsequent brew install command fails with a "tap trust is required" error. This change ensures the tap is trusted immediately after creation so the installation proceeds successfully.

https://claude.ai/code/session_01GFY74JJ7WMUZC7GCnSCDu9

Homebrew >=5.1.15 enforces tap trust and ignores formulae from
untrusted non-official taps, so brew install from the tap-new'd
assembly/local tap fails with 'tap trust is required'. Trust the
just-created local tap (brew trust is non-interactive) before
installing.

https://claude.ai/code/session_01GFY74JJ7WMUZC7GCnSCDu9
@alexkroman alexkroman enabled auto-merge (squash) June 12, 2026 03:57
@alexkroman alexkroman merged commit a446e21 into main Jun 12, 2026
12 checks passed
@alexkroman alexkroman deleted the claude/inspiring-hypatia-3jzigv branch June 12, 2026 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants