You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-12-07 23:35:23 +02:00
wip ctx
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package pipeline
|
||||
|
||||
import "github.com/goreleaser/releaser/config"
|
||||
"github.com/goreleaser/releaser/config"
|
||||
|
||||
// Pipe interface
|
||||
type Pipe interface {
|
||||
@@ -8,5 +8,5 @@ type Pipe interface {
|
||||
Name() string
|
||||
|
||||
// Run the pipe
|
||||
Run(config config.ProjectConfig) error
|
||||
Run(config context.Context) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user