There was a problem with accessing the output of the action, this should be resolved with this release.
What's Changed:
-
PowerShell Script (
getprojectversion.ps1
):- Use set-output
Write-Output "::set-output name=Version::$($Version)"
- Use set-output
-
GitHub Action YAML (
action.yml
):- Use set-output
echo "::set-output name=Version::$Version"
- Use set-output
Full Changelog: v0.0.2.0...v0.0.2.1