Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
convert bools to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic Patterson committed Jan 7, 2018
1 parent 96a3807 commit 354f03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ public createRelease(Map yml, Map args) {
println """Creating release
|---------------------------------
||Release |${releaseName.center(20)}|
||PreRelease |${preRelease.center(20)}|
||Draft |${draft.center(20)}|
||PreRelease |${"preRelease".center(20)}|
||Draft |${"draft".center(20)}|
""".stripMargin()

concurGitHubApi.createRelease(credentials, releaseNotes, tagName, releaseName, preRelease, draft)
Expand Down

0 comments on commit 354f03e

Please sign in to comment.