You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +02:00
fix: move log back to debug
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
@@ -190,7 +190,7 @@ func run(ctx *context.Context, command, env []string, dir string) error {
|
||||
log := log.WithField("env", env).WithField("cmd", command)
|
||||
cmd.Env = env
|
||||
cmd.Dir = dir
|
||||
log.Info("running")
|
||||
log.Debug("running")
|
||||
if out, err := cmd.CombinedOutput(); err != nil {
|
||||
log.WithError(err).Debug("failed")
|
||||
return errors.New(string(out))
|
||||
|
||||
Reference in New Issue
Block a user