fix main workflow

This commit is contained in:
Andrew Welker
2020-11-11 12:38:50 -07:00
parent 38ab6626fc
commit 4903b99eb5

View File

@@ -31,7 +31,7 @@ jobs:
shell: powershell
env:
TAG_NAME: ${{ github.event.release.tag_name }}
run: echo "VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
run: echo "VERSION=$($Env:TAG_NAME)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# Use the version number to set the version of the assemblies
- name: Update AssemblyInfo.cs
shell: powershell