mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-15 11:56:56 +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 {
|
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(
|
ts := oauth2.StaticTokenSource(
|
||||||
&oauth2.Token{AccessToken: config.Token},
|
&oauth2.Token{AccessToken: config.Token},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user