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:
parent
c8e40e04b2
commit
601475c0af
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user