Merge pull request #7820 from dokku/ignore-brew-doctor-warnings

Ignore brew doctor warnings when releasing Dokku as a homebrew formula
This commit is contained in:
Jose Diaz-Gonzalez
2025-07-23 22:37:29 -04:00
committed by GitHub

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