You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +02:00
fix: make skip message more idiomatic (#3223)
This commit is contained in:
committed by
GitHub
parent
f24f1a0a70
commit
5b591c9648
@@ -16,7 +16,7 @@ func Handle(action middleware.Action) middleware.Action {
|
||||
return nil
|
||||
}
|
||||
if pipe.IsSkip(err) {
|
||||
log.WithError(err).Warn("pipe skipped")
|
||||
log.WithField("reason", err.Error()).Warn("pipe skipped")
|
||||
return nil
|
||||
}
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user