mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +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).
|
||||
WithField("artifact", artifact.Name).
|
||||
WithError(err).
|
||||
Warnf("failed to upload artifact, will retry")
|
||||
Warn("failed to upload artifact, will retry")
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user