We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdae40c commit b8b6d8aCopy full SHA for b8b6d8a
build.ps1
@@ -33,7 +33,7 @@ if (Test-Path Env:\APPVEYOR_BUILD_VERSION)
33
34
if ($env:APPVEYOR_REPO_TAG -eq "True")
35
{
36
- $Version = "$env:APPVEYOR_REPO_BRANCH".Substring(1) # trim leading "v"
+ $Version = "$env:APPVEYOR_REPO_TAG_NAME".Substring(1) # trim leading "v"
37
Write-Diagnostic "Setting version based on tag to $Version"
38
}
39
0 commit comments