Skip to content

Commit 3f55131

Browse files
committed
Fix script to set release tag
1 parent 134cb59 commit 3f55131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/releaseBuild/setReleaseTag.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if($ReleaseTag -eq 'fromBranch' -or !$ReleaseTag)
7070
New-BuildInfoJson -ReleaseTag $releaseTag
7171
}
7272
}
73-
if($branchOnly -eq 'master' -or $branchOnly -like '*dailytest*')
73+
elseif($branchOnly -eq 'master' -or $branchOnly -like '*dailytest*')
7474
{
7575
$isDaily = $true
7676
Write-verbose "daily build" -verbose

0 commit comments

Comments
 (0)