mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +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 {
|
||||
log.Debug("brews.pull_request disabled")
|
||||
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 {
|
||||
log.Debug("winget.pull_request disabled")
|
||||
log.Debug("wingets.pull_request disabled")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user