mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 19:23:19 +00:00
remove release name
This commit is contained in:
@@ -12,11 +12,6 @@ init:
|
||||
$env:DIST_DIR = "${env:APPVEYOR_BUILD_FOLDER}\dist\"
|
||||
$env:DIST_SRC_DIR = "${env:DIST_DIR}Source\"
|
||||
$env:REPO_URL = "https://github.com/${env:APPVEYOR_REPO_NAME}.git"
|
||||
$env:RELEASE_NAME = ""
|
||||
if($env:APPVEYOR_REPO_TAG -eq "true") {
|
||||
$tagName = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
|
||||
$env:RELEASE_NAME = "Version ${tagName}"
|
||||
}
|
||||
|
||||
install:
|
||||
- cmd: npm install -g gulp
|
||||
@@ -54,7 +49,6 @@ artifacts:
|
||||
- path: coverage/coverage-%APPVEYOR_BUILD_NUMBER%.zip
|
||||
|
||||
deploy:
|
||||
release: $(RELEASE_NAME)
|
||||
provider: GitHub
|
||||
auth_token: $(GH_TOKEN)
|
||||
artifact: /.*/
|
||||
|
||||
Reference in New Issue
Block a user