Skip to content
Compare
Choose a tag to compare
@jeffpatton1971 jeffpatton1971 released this 18 Jul 04:59
· 4 commits to main since this release

There was a problem with accessing the output of the action, this should be resolved with this release.

What's Changed:

  1. PowerShell Script (getprojectversion.ps1):

    • Use set-output Write-Output "::set-output name=Version::$($Version)"
  2. GitHub Action YAML (action.yml):

    • Use set-output echo "::set-output name=Version::$Version"

Full Changelog: v0.0.2.0...v0.0.2.1