1
0
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:
Carlos Alexandro Becker 2024-05-08 15:34:46 -03:00
parent 90a39b0e61
commit 21f8ab78d5
No known key found for this signature in database

View File

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