Skip to content

Commit

Permalink
🚀 Fix typo in versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 authored Apr 7, 2020
1 parent 3c8817a commit 90b7fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stages:
inputs:
targetType: 'inline'
script: |
$version = if ("$(Build.SourceBranch)" -match '^/refs/tags/(?<Tag>.+)') {
$version = if ("$(Build.SourceBranch)" -match '^refs/tags/(?<Tag>.+)') {
# Github version tags usually begin with a "v", but we just want the number
$matches.Tag -replace '^v'
}
Expand Down

0 comments on commit 90b7fe1

Please sign in to comment.