Skip to main content

Update release in GitHub

Update 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 IDText (Short)Yes
BodyThe body of the releaseText (Long)No
Draft?Whether to create a draft (unpublished) release, "false" to create a published oneTrue/FalseNo
Release nameThe name of the releaseText (Short)No
Prerelease?Whether to point out that the release is non-production readyTrue/FalseNo
Tag nameThe name of the tagText (Short)No
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