Skip to content

publish: drop redundant brew tap Homebrew/core#10

Merged
csparker247 merged 1 commit into
mainfrom
fix-publish-tap
Jun 11, 2026
Merged

publish: drop redundant brew tap Homebrew/core#10
csparker247 merged 1 commit into
mainfrom
fix-publish-tap

Conversation

@csparker247

Copy link
Copy Markdown
Member

Summary

  • Remove the brew tap Homebrew/core line from publish.yml.

Why

Modern Homebrew treats homebrew/core as an API-only tap and errors on brew tap homebrew/core without --force. brew pr-pull does not need it tapped — it resolves formulae via the API. This was the second failure mode observed on #8 (the first being the GITHUB_TOKEN label-recursion guard, fixed by #9).

Test plan

  • After merge, manually remove and re-add the pr-pull label on openabf: revision 1 #8publish.yml should now complete and upload bottles to ghcr.io.

🤖 Generated with Claude Code

Modern brew treats homebrew/core as an API-only tap and rejects
`brew tap Homebrew/core` without --force. brew pr-pull does not
need it tapped — it resolves formulae via the API.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@csparker247 csparker247 merged commit bab906e into main Jun 11, 2026
3 checks passed
@csparker247 csparker247 deleted the fix-publish-tap branch June 11, 2026 18:37
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.

1 participant