1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-22 04:08:49 +02:00

better log

This commit is contained in:
Carlos Alexandro Becker 2016-12-30 10:08:34 -02:00
parent 91a861f34d
commit 3baf6d4fa6
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -21,7 +21,7 @@ func (Pipe) Name() string {
}
func (Pipe) Work(config config.ProjectConfig) error {
log.Println("Creating release", config.Git.CurrentTag, "on repo", config.Repo, "...")
log.Println("Creating release", config.Git.CurrentTag, "on", config.Repo, "...")
ts := oauth2.StaticTokenSource(
&oauth2.Token{AccessToken: config.Token},
)