Use tap-local CI for Homebrew updates#56
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 703b14f64c
ℹ️ 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".
| if: ${{ steps.formula.outputs.changed == 'false' }} | ||
| run: echo "Tap formula is already current for ${{ steps.release.outputs.tag }}." | ||
| echo "Release ${RELEASE_TAG}@${RELEASE_REVISION} is valid." | ||
| echo "Update faustodavid/homebrew-tap with its Update Smith Formula workflow." |
There was a problem hiding this comment.
Trigger the tap update instead of only logging it
For a normal v* release tag this workflow now stops after printing the handoff message, and the referenced tap workflow is dispatch-only, so nothing in this tag-push path actually invokes it. That means the Homebrew formula remains pinned to the previous release unless a maintainer manually runs the tap workflow, which regresses the automatic formula update that the removed steps provided.
Useful? React with 👍 / 👎.
Summary
Security
Validation