diff --git a/cmd/cmrel/cmd/gcb_publish.go b/cmd/cmrel/cmd/gcb_publish.go index 238a473..b84b394 100644 --- a/cmd/cmrel/cmd/gcb_publish.go +++ b/cmd/cmrel/cmd/gcb_publish.go @@ -453,7 +453,7 @@ func pushGitHubRelease(ctx context.Context, o *gcbPublishOptions, rel *release.U log.Printf("Uploaded asset %q to GitHub release %q", *asset.Name, *githubRelease.Name) } - if !release.CmctlIsShipped(rel.ReleaseVersion) { + if release.CmctlIsShipped(rel.ReleaseVersion) { // Open ctl binary tar files ahead of time to ensure they are available // on disk. ctlBinariesByName := map[string]*os.File{}