From 7d3d6742f5027703900fa41195e3f7a9d358ea10 Mon Sep 17 00:00:00 2001 From: CatGirlsAreLife <20854328+CatGirlsAreLife@users.noreply.github.com> Date: Fri, 31 Aug 2018 21:50:55 -0400 Subject: [PATCH] Change appveyor release tag names. --- appveyor-deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-deploy.ps1 b/appveyor-deploy.ps1 index 934a1ab..da8eef7 100644 --- a/appveyor-deploy.ps1 +++ b/appveyor-deploy.ps1 @@ -1,6 +1,6 @@ if ($env:APPVEYOR_REPO_TAG -eq "false") { - $env:APPVEYOR_REPO_TAG_NAME = "v" + $env:APPVEYOR_BUILD_VERSION + $env:APPVEYOR_REPO_TAG_NAME = $env:APPVEYOR_BUILD_VERSION } else {