In github-tag-release.json we pass the string value of the checkboxes for draft and prerelease settings, this used to work but failed this morning when doing a release.
Fix is to use [bool]::Parse for the draft and prerelease values and pass that to the GitHub API.
In
github-tag-release.jsonwe pass the string value of the checkboxes for draft and prerelease settings, this used to work but failed this morning when doing a release.Fix is to use
[bool]::Parsefor the draft and prerelease values and pass that to the GitHub API.