You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-15 01:34:21 +02:00
Merge pull request #272 from goreleaser/goreleaserbot
using a valid email to publish formulas
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user