mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🩹 Add --no-fork to bump-formula-pr args for tap
This commit is contained in:
parent
2e4f744224
commit
d6978a2931
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue