feat: allows pipeline to run with 'v' prefix
This commit is contained in:
@@ -10,7 +10,7 @@ running tests for tag:
|
||||
|
||||
publish to nuget:
|
||||
only:
|
||||
- /^\d*.\d*.\d*$/ # gets triggered if the commit tag is in the form n.n.n where n is any number
|
||||
- /^v+\d*.\d*.\d*$/ # gets triggered if the commit tag is in the form n.n.n where n is any number
|
||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
||||
stage: publish
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user