Skip to content

Commit afa94cf

Browse files
committed
Fix typo
1 parent c5cad18 commit afa94cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stages:
3737
Write-Host "Branch: $(Build.SourceBranch)"
3838
Write-Host "BranchName: $(Build.SourceBranchName)"
3939
40-
$version = $(Build.SourceBranchName) -replace "v", ""
40+
$version = "$(Build.SourceBranchName)" -replace "v", ""
4141
Write-Host "Version: $version"
4242
Write-Host "##vso[task.setvariable variable=Version]$version"
4343

0 commit comments

Comments
 (0)