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.1.1
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-tagunless it was blank.
- output changelog-file#
A file containing the release notes of the github release (typically in markdown format).
- output artifact-file#