Skip to content

Commit

Permalink
Changed tagSource: in the release yml from manual (which has been rem…
Browse files Browse the repository at this point in the history
…oved in this version) to userSpecifiedTag
  • Loading branch information
darrenge committed Nov 7, 2024
1 parent 7c22c36 commit 54925c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/azure-pipelines-external-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
inputs:
action: 'create'
gitHubConnection: ADO_to_Github_ServiceConnection
tagSource: manual
tagSource: userSpecifiedTag
tag: 'v$(Build.BuildNumber)'
title: 'Garnet v$(Build.BuildNumber)'
releaseNotesSource: input
Expand Down

0 comments on commit 54925c1

Please sign in to comment.