diff --git a/Tools/publish_to_github.ps1 b/Tools/publish_to_github.ps1 index 7df25e444..17c2d0ff7 100644 --- a/Tools/publish_to_github.ps1 +++ b/Tools/publish_to_github.ps1 @@ -31,6 +31,7 @@ param ( [string] [Parameter(Mandatory=$true)] + [ValidateSet("true","false")] # true/false $IsDraft, @@ -42,7 +43,6 @@ param ( [string] [Parameter(Mandatory=$true)] - [ValidateSet("true","false")] # Path to the zip file to upload with the release $ZipFilePath,