You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-05 00:59:04 +02:00
@ -36,7 +36,7 @@ func NewGitHub(ctx *context.Context) (Client, error) {
|
||||
client.UploadURL = upload
|
||||
}
|
||||
|
||||
return &githubClient{client}, nil
|
||||
return &githubClient{client: client}, nil
|
||||
}
|
||||
|
||||
func (c *githubClient) CreateFile(
|
||||
|
Reference in New Issue
Block a user