mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: ignore brew doctor warnings when releasing Dokku as a homebrew formula
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user