Skip to content

icbat/parse-wow-addon-version

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

parse-wow-addon-version

This action extracts the addon version and the supported version from your TOC file and exposes them as outputs for the rest of your workflow

Inputs

tocfile

Required The path to your addon's TOC file

Outputs

addon_version

The version of your addon as you have defined it in the TOC

supported_version

The version of WoW your addon supports in the format Blizzard uses, e.g. 90105

supported_version_semantic

The version of WoW your addon supports in semantic version format, e.g. 9.1.5

About

Extracts the addon version and the supported version from your TOC file and exposes them for other actions to use

Resources

License

Stars

Watchers

Forks

Packages

No packages published