Skip to content

Commit 90b7fe1

Browse files
authored
🚀 Fix typo in versioning
1 parent 3c8817a commit 90b7fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ stages:
7575
inputs:
7676
targetType: 'inline'
7777
script: |
78-
$version = if ("$(Build.SourceBranch)" -match '^/refs/tags/(?<Tag>.+)') {
78+
$version = if ("$(Build.SourceBranch)" -match '^refs/tags/(?<Tag>.+)') {
7979
# Github version tags usually begin with a "v", but we just want the number
8080
$matches.Tag -replace '^v'
8181
}

0 commit comments

Comments
 (0)