MCPcopy Index your code
hub / github.com/coder/coder / PushTag

Method PushTag

scripts/releaser/executor.go:43–45  ·  view source on GitHub ↗
(_ context.Context, tag string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

gitRunFunction · 0.85

Tested by

no test coverage detected