mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
fix release_name
This commit is contained in:
@@ -14,7 +14,8 @@ init:
|
|||||||
$env:REPO_URL = "https://github.com/${env:APPVEYOR_REPO_NAME}.git"
|
$env:REPO_URL = "https://github.com/${env:APPVEYOR_REPO_NAME}.git"
|
||||||
$env:RELEASE_NAME = ""
|
$env:RELEASE_NAME = ""
|
||||||
if($env:APPVEYOR_REPO_TAG -eq "true") {
|
if($env:APPVEYOR_REPO_TAG -eq "true") {
|
||||||
$env:RELEASE_NAME = "Version ${env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")}"
|
$tagName = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
|
||||||
|
$env:RELEASE_NAME = "Version ${tagName}"
|
||||||
}
|
}
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user