mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-27 01:33:39 +02:00
using a valid email to publish formulas
This commit is contained in:
parent
c8e40e04b2
commit
601475c0af
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user