mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
typo
This commit is contained in:
parent
e8da61278f
commit
b1ada03cf8
@ -88,7 +88,7 @@ func Release(flags Flags) error {
|
||||
if err == nil {
|
||||
continue
|
||||
}
|
||||
if skip, ok := err.(pipeline.SkipErr); ok {
|
||||
if skip, ok := err.(pipeline.ErrSkip); ok {
|
||||
log.WithField("reason", skip.Error()).Warn("skipped")
|
||||
} else {
|
||||
return err
|
||||
|
Loading…
x
Reference in New Issue
Block a user