Skip to content

Commit 8a07a90

Browse files
committed
TUN-6000: Another fix for publishing to brew core
1 parent d727d3a commit 8a07a90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.teamcity/update-homebrew-core.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ eval "$(tmp/homebrew/bin/brew shellenv)"
1919
brew update --force --quiet
2020
chmod -R go-w "$(brew --prefix)/share/zsh"
2121

22+
git config user.name "cloudflare-warp-bot"
23+
git config user.email "[email protected]"
24+
2225
# bump formula pr
2326
brew bump-formula-pr cloudflared --version="$VERSION"

0 commit comments

Comments
 (0)