1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-08-20 16:36:40 -03:00
parent e8da61278f
commit b1ada03cf8
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

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