Skip to content

Creating a release in GitHub requires passing boolean values #214

@hnrkndrssn

Description

@hnrkndrssn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions