Skip to content

Commit 41fe3d9

Browse files
committed
(#7) Fixed error on PowerShell release script
1 parent 06139d5 commit 41fe3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ function Release {
1414

1515
if ($env:APPVEYOR_REPO_BRANCH -eq "develop") {
1616
Pre-Release
17-
} else if ($env:APPVEYOR_REPO_TAG -eq "true") {
17+
} elseif ($env:APPVEYOR_REPO_TAG -eq "true") {
1818
Release
1919
}

0 commit comments

Comments
 (0)