1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-28 04:44:34 +02:00

using a valid email to publish formulas

This commit is contained in:
Carlos Alexandro Becker 2017-07-02 17:35:29 -03:00
parent c8e40e04b2
commit 601475c0af
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -32,7 +32,7 @@ func (c *githubClient) CreateFile(
options := &github.RepositoryContentFileOptions{ options := &github.RepositoryContentFileOptions{
Committer: &github.CommitAuthor{ Committer: &github.CommitAuthor{
Name: github.String("goreleaserbot"), Name: github.String("goreleaserbot"),
Email: github.String("bot@goreleaser"), Email: github.String("goreleaser@carlosbecker.com"),
}, },
Content: content.Bytes(), Content: content.Bytes(),
Message: github.String( Message: github.String(