We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06139d5 commit 41fe3d9Copy full SHA for 41fe3d9
.build/release.ps1
@@ -14,6 +14,6 @@ function Release {
14
15
if ($env:APPVEYOR_REPO_BRANCH -eq "develop") {
16
Pre-Release
17
-} else if ($env:APPVEYOR_REPO_TAG -eq "true") {
+} elseif ($env:APPVEYOR_REPO_TAG -eq "true") {
18
Release
19
}
0 commit comments