Skip to content

Can I access the notes/body from a release inside a workflow? #26953

Answered by Crow-EH
tonyarnold asked this question in Actions
Discussion options

You must be logged in to vote

Hi @tonyarnold,

You should be able to get all the information you want from the github.event.release context.

The information you need should be github.event.release.body, but there’s also github.event.release.tag_name for the version, github.event.release.name for the title, etc.

The structure of the release object can be found in the GitHub API documentation : https://developer.github.com/v3/repos/releases/#get-a-single-release

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants