1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

RELEASE_NAME is just numbers

This commit is contained in:
Kyle Spearrin
2019-03-20 23:09:54 -04:00
parent a7b13b168e
commit 3bbd503308

View File

@@ -29,8 +29,7 @@ init:
}
}
if($env:APPVEYOR_REPO_TAG -eq "true") {
$tagName = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
$env:RELEASE_NAME = "Version ${tagName}"
$env:RELEASE_NAME = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
}
install: