Skip to content

Commit ce90787

Browse files
authored
Merge pull request #30 from petrsnd/chore/fix-release-title
Fix GitHub Release title to use ReleaseTag
2 parents 087b90f + 2e59928 commit ce90787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
target: '$(Build.SourceVersion)'
6262
tagSource: 'userSpecifiedTag'
6363
tag: '$(ReleaseTag)'
64-
title: '$(PackageVersion)'
64+
title: '$(ReleaseTag)'
6565
releaseNotesSource: 'inline'
6666
releaseNotesInline: ''
6767
isPreRelease: ${{ not(startsWith(variables['Build.SourceBranch'], 'refs/tags/')) }}

0 commit comments

Comments
 (0)