Skip to main content

Create release in GitHub

Create release in GitHub.

Application

  • GitHub

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
Repository ownerText (Short)Yes
Repository nameText (Short)Yes
Release tagThe tag of the releaseText (Short)Yes
Issue nameThe name of the issueText (Short)No
Release bodyThe body of the releaseText (Long)No
Draft?Whether to create a draft (unpublished) release, "false" to create a published oneTrue/FalseNo
Prerelease?Whether to point out that the release is non-production readyTrue/FalseNo
Target commitishSpecifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch(usually master)Text (Short)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A