mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-22 04:08:49 +02:00
chore: improvel logs
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
74b226db47
commit
530223c2ac
@ -167,6 +167,7 @@ func doPublish(ctx *context.Context, formula *artifact.Artifact, cl client.Clien
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !brew.Repository.PullRequest.Enabled {
|
if !brew.Repository.PullRequest.Enabled {
|
||||||
|
log.Debug("brews.pull_request disabled")
|
||||||
return cl.CreateFile(ctx, author, repo, content, gpath, msg)
|
return cl.CreateFile(ctx, author, repo, content, gpath, msg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -381,7 +381,7 @@ func doPublish(ctx *context.Context, cl client.Client, wingets []*artifact.Artif
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !winget.Repository.PullRequest.Enabled {
|
if !winget.Repository.PullRequest.Enabled {
|
||||||
log.Debug("winget.pull_request disabled")
|
log.Debug("wingets.pull_request disabled")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user