Get Release Info

action get-release-info

Gets information about a github release so that it can be published elsewhere, such as SpaceDock.

Example

- uses: 
    KSPModdingLibs/KSPBuildTools/.github/actions/get-release-info@1.0.0-alpha.2

Inputs

input release-tag

The release tag to get info for. If left blank, gets the latest release.

Outputs

output version-string

The tag of the release. Will be the same as inputs.release-tag unless it was blank.

output changelog-file

A file containing the release notes of the github release (typically in markdown format).

output artifact-file