diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index 7ab9a1d5..83841b04 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -24,7 +24,7 @@ jobs: run: | git config --global user.name 'penny-for-vapor[bot]' git config --global user.email '${{ vars.PENNY_APP_USER_ID }}+penny-for-vapor[bot]@users.noreply.github.com' - #brew tap homebrew/core + brew tap --force homebrew/core brew bump-formula-pr \ --no-audit \ --no-browse \