Skip to content

Commit 0a79cf7

Browse files
committed
Update email address used for submitting the Homebrew update
Closes gh-27775
1 parent 6be27e2 commit 0a79cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/update-homebrew-tap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pushd updated-homebrew-tap-repo > /dev/null
1111
rm spring-boot.rb
1212
mv spring-boot-cli-*.rb spring-boot.rb
1313
git config user.name "Spring Buildmaster" > /dev/null
14-
git config user.email "buildmaster@springframework.org" > /dev/null
14+
git config user.email "spring-buildmaster@users.noreply.github.com" > /dev/null
1515
git add spring-boot.rb > /dev/null
1616
git commit -m "Upgrade to Spring Boot ${version}" > /dev/null
1717
echo "DONE"

0 commit comments

Comments
 (0)