Skip to content

Commit

Permalink
Merge pull request #11 from carolynvs/try-again
Browse files Browse the repository at this point in the history
Fix bad draft flag
  • Loading branch information
carolynvs authored Apr 21, 2022
2 parents 33fb401 + 5218255 commit 0b4ba70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func AddFilesToRelease(repo string, tag string, dir string) {
}

// Create the GH release
must.RunV("gh", "release", "create", "-R", repo, tag, "--notes=", draft)
must.Command("gh", "release", "create", "-R", repo, tag, "--notes=", draft).CollapseArgs().RunV()
}

// Upload the release assets and overwrite existing assets
Expand Down

0 comments on commit 0b4ba70

Please sign in to comment.