mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-22 04:08:49 +02:00
better log
This commit is contained in:
parent
91a861f34d
commit
3baf6d4fa6
@ -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},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user