Skip to content

Commit 8250708

Browse files
committed
TUN-6161: Set git user/email for brew core release
1 parent 7499e5f commit 8250708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.teamcity/update-homebrew-core.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +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]"
22+
git config --global user.name "cloudflare-warp-bot"
23+
git config --global user.email "[email protected]"
2424

2525
# bump formula pr
2626
brew bump-formula-pr cloudflared --version="$VERSION"

0 commit comments

Comments
 (0)