mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-13 13:48:40 +02:00
parent
28ad35848f
commit
18cf651cc9
@ -156,6 +156,9 @@ func InitProject(filename string) error {
|
||||
|
||||
var ctx = context.New(config.Project{})
|
||||
var pipe = defaults.Pipe{}
|
||||
defer restoreOutputPadding()
|
||||
log.Infof(color.New(color.Bold).Sprint(strings.ToUpper(pipe.String())))
|
||||
cli.Default.Padding = increasedPadding
|
||||
if err := pipe.Run(ctx); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user