From 601475c0afca1622e37535905b01608678e38727 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 2 Jul 2017 17:35:29 -0300 Subject: [PATCH] using a valid email to publish formulas --- internal/client/github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/client/github.go b/internal/client/github.go index 738904a1a..69337b290 100644 --- a/internal/client/github.go +++ b/internal/client/github.go @@ -32,7 +32,7 @@ func (c *githubClient) CreateFile( options := &github.RepositoryContentFileOptions{ Committer: &github.CommitAuthor{ Name: github.String("goreleaserbot"), - Email: github.String("bot@goreleaser"), + Email: github.String("goreleaser@carlosbecker.com"), }, Content: content.Bytes(), Message: github.String(