mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
chore: fmt
This commit is contained in:
parent
c09c86cb39
commit
d4e83b0766
@ -106,7 +106,9 @@ func (Pipe) Publish(ctx *context.Context) error {
|
||||
if err := doPublish(ctx, c); err != nil {
|
||||
return err
|
||||
}
|
||||
log.WithField("url", ctx.ReleaseURL).WithField("published", !ctx.Config.Release.Draft).Info("release created/updated")
|
||||
log.WithField("url", ctx.ReleaseURL).
|
||||
WithField("published", !ctx.Config.Release.Draft).
|
||||
Info("release created/updated")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user