mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-14 15:23:16 +00:00
RELEASE_NAME is just numbers
This commit is contained in:
@@ -29,8 +29,7 @@ init:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($env:APPVEYOR_REPO_TAG -eq "true") {
|
if($env:APPVEYOR_REPO_TAG -eq "true") {
|
||||||
$tagName = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
|
$env:RELEASE_NAME = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
|
||||||
$env:RELEASE_NAME = "Version ${tagName}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user