Skip to content

Commit

Permalink
Change appveyor release tag names.
Browse files Browse the repository at this point in the history
  • Loading branch information
CatGirlsAreLife committed Sep 1, 2018
1 parent 75b4052 commit 7d3d674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor-deploy.ps1
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down

0 comments on commit 7d3d674

Please sign in to comment.