fix: ignore brew doctor warnings when releasing Dokku as a homebrew formula

This commit is contained in:
Jose Diaz-Gonzalez
2025-07-23 22:37:08 -04:00
parent 203af51f02
commit 0a0368864d

View File

@@ -158,7 +158,7 @@ jobs:
echo "====> Running brew cleanup"
brew cleanup || true
- name: Brew doctor
run: brew doctor
run: brew doctor || true
- name: Brew config
run: brew config
- name: Bump Homebrew Formula