Skip to content

Commit 6345b86

Browse files
committed
fix ps in appveyor
1 parent 118c618 commit 6345b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ init:
1515
1616
if ($env:APPVEYOR_REPO_TAG -eq "true") {
1717
$ver = $env:APPVEYOR_REPO_TAG_NAME
18-
if($ver.StartsWith("v") -eq $true) { $ver = $version.Substring(1) }
18+
if($ver.StartsWith("v") -eq $true) { $ver = $ver.Substring(1) }
1919
Update-AppveyorBuild -Version $ver
2020
}
2121
elseif([System.String]::IsNullOrEmpty($env:APPVEYOR_PULL_REQUEST_NUMBER) -eq $true) {

0 commit comments

Comments
 (0)