1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-09-15 11:04:45 -03:00
parent 567b7a9b1b
commit 6a60e679b8
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -28,6 +28,7 @@ func NewGitHub(ctx *context.Context, repo config.Repo) Client {
// TODO: return the err here
log.Fatal("failed to parse url")
}
// TODO: check if we need to change upload url as well
client.BaseURL = url
}
return &githubClient{