Skip to content

Commit c2d98ee

Browse files
authored
Merge pull request #1028 from CircleCI-Public/try_to_fix_brew
fix: brew deploy
2 parents dd6a5b1 + 76391e6 commit c2d98ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ jobs:
282282
git config --global user.email "$GH_EMAIL" > /dev/null 2>&1
283283
git config --global user.name "$GH_NAME" > /dev/null 2>&1
284284
- run: brew --version
285+
- run: brew tap --force homebrew/core
285286
- run: ./.circleci/brew-deploy.sh
286287

287288
chocolatey-deploy:

0 commit comments

Comments
 (0)