feat: add unsigned macOS release pipeline#4
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1e6da44f75
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## Install | ||
|
|
||
| \`\`\`bash | ||
| brew tap JNHFlow21/tap && brew trust --tap JNHFlow21/tap && HOMEBREW_CASK_OPTS=--no-quarantine brew install --cask JNHFlow21/tap/agent-switch |
There was a problem hiding this comment.
Remove the unsupported
brew trust step
When a tag creates this prerelease, the only advertised install command stops at brew trust --tap JNHFlow21/tap, so the subsequent cask installation never runs. Homebrew documents tap as brew tap [options] [user/repo] and does not provide a trust subcommand; remove this step (or replace it with a supported quarantine-handling instruction) so the release notes are executable. Homebrew manpage
Useful? React with 👍 / 👎.
Summary
Verification