(_ context.Context, tag string)
| 41 | } |
| 42 | |
| 43 | func (*liveExecutor) PushTag(_ context.Context, tag string) error { |
| 44 | return gitRun("push", "origin", tag) |
| 45 | } |
| 46 | |
| 47 | func (*liveExecutor) TriggerWorkflow(_ context.Context, ref, channel, releaseNotes string) error { |
| 48 | payload := map[string]string{ |