mirror of
https://github.com/goreleaser/goreleaser.git
synced 2026-06-19 23:24:39 +02:00
wip: publish
This commit is contained in:
committed by
Carlos Alexandro Becker
parent
441e5e551f
commit
5474d1ede7
@@ -24,8 +24,8 @@ func (Pipe) String() string {
|
||||
return "creating Scoop Manifest"
|
||||
}
|
||||
|
||||
// Run the pipe
|
||||
func (Pipe) Run(ctx *context.Context) error {
|
||||
// Publish scoop manifest
|
||||
func (Pipe) Publish(ctx *context.Context) error {
|
||||
client, err := client.NewGitHub(ctx)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user