added step to fetch tags

This commit is contained in:
Andrew Welker
2020-03-16 14:59:03 -06:00
parent 646c03b860
commit 29e56e5011

View File

@@ -33,6 +33,8 @@ jobs:
# Write-Host "Setting build type to Release"
# Write-Output "::set-env name=BUILD_TYPE::Release"
# }
- name: Fetch tags
run: git fetch --tags
- name: Set Version Number
shell: powershell
run: |