mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
chore: warnf -> warn
This commit is contained in:
parent
90a39b0e61
commit
21f8ab78d5
@ -201,7 +201,7 @@ func upload(ctx *context.Context, cli client.Client, releaseID string, artifact
|
|||||||
log.WithField("try", try).
|
log.WithField("try", try).
|
||||||
WithField("artifact", artifact.Name).
|
WithField("artifact", artifact.Name).
|
||||||
WithError(err).
|
WithError(err).
|
||||||
Warnf("failed to upload artifact, will retry")
|
Warn("failed to upload artifact, will retry")
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user