🩹 Add --no-fork to bump-formula-pr args for tap

This commit is contained in:
Ben Chatelain 2024-11-17 11:20:40 -07:00
parent 2e4f744224
commit d6978a2931
No known key found for this signature in database

View file

@ -89,10 +89,11 @@ jobs:
brew bump-formula-pr \
--tag '${{ needs.start.outputs.mas_version }}' \
--revision "$(git rev-list -n 1 '${{ needs.start.outputs.mas_version }}')" \
--no-browse \
--no-fork \
--online \
--strict \
--verbose \
--online \
--no-browse \
mas-cli/tap/mas
homebrew-core: