1
0
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:
Carlos Alexandro Becker 2023-09-24 19:18:07 +00:00
parent 74b226db47
commit 530223c2ac
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 2 additions and 1 deletions

View File

@ -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)
}

View File

@ -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
}