Skip to content

Commit

Permalink
Merge pull request #1028 from CircleCI-Public/try_to_fix_brew
Browse files Browse the repository at this point in the history
fix: brew deploy
  • Loading branch information
abdelDriowya authored Jan 11, 2024
2 parents dd6a5b1 + 76391e6 commit c2d98ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ jobs:
git config --global user.email "$GH_EMAIL" > /dev/null 2>&1
git config --global user.name "$GH_NAME" > /dev/null 2>&1
- run: brew --version
- run: brew tap --force homebrew/core
- run: ./.circleci/brew-deploy.sh

chocolatey-deploy:
Expand Down

0 comments on commit c2d98ee

Please sign in to comment.