Skip to content

Commit

Permalink
Force draft-release to rebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
  • Loading branch information
Daniel Mikusa committed Apr 14, 2022
1 parent 9712aec commit ccd6d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actions/draft-release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ func main() {
}

if _, dryRun := inputs["dry_run"]; dryRun {
fmt.Println("Title:", name)
fmt.Println("Body:", body)
fmt.Println("Would execute EditRelease with:")
fmt.Println("Title: ", name)
fmt.Println("Body: ", body)
fmt.Println("Would execute EditRelease with: ")
fmt.Println(" ", owner)
fmt.Println(" ", repo)
fmt.Println(" ", releaseId)
Expand Down

0 comments on commit ccd6d54

Please sign in to comment.