Skip to content

Commit c90412f

Browse files
committed
fix: adds missing v prefix for github release
Signed-off-by: Vincent Biret <[email protected]>
1 parent bf457da commit c90412f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ extends:
244244
gitHubConnection: 'Github-MaggieKimani1'
245245
action: create
246246
tagSource: userSpecifiedTag
247-
tag: '$(artifactVersion)'
248-
title: '$(artifactVersion)'
247+
tag: 'v$(artifactVersion)'
248+
title: 'v$(artifactVersion)'
249249
releaseNotesSource: inline
250250
assets: '$(Pipeline.Workspace)\**\*.nupkg'
251251
changeLogType: issueBased

0 commit comments

Comments
 (0)