We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6901b5c commit 12a22f0Copy full SHA for 12a22f0
.azure-pipelines/templates/version-and-release.yml
@@ -11,7 +11,7 @@ steps:
11
12
- task: GitHubRelease@1
13
inputs:
14
- gitHubConnection: 'ramsessanchez'
+ gitHubConnection: ${{ parameters.gitConnection }}
15
repositoryName: '$(Build.Repository.Name)'
16
action: 'create'
17
target: '$(Build.SourceVersion)'
0 commit comments