fix(release): attempt to fix issue with talking to GitHub API

This commit is contained in:
2021-05-07 01:12:57 +01:00
parent d684cf560f
commit 272a3000a1
8 changed files with 173 additions and 33 deletions

View File

@@ -19,7 +19,11 @@ var checkCmd = &cli.Command{
func checkAction(c *cli.Context, opts *globalOptions) error {
gh := opts.gh
repo := opts.repo
plan := opts.plan
plan, err := LoadPlan(opts.plan)
if err != nil {
return err
}
releaseName := plan.ReleaseName()
fmt.Printf(