Change connection name for CI Release (#3653)
This commit is contained in:
committed by
GitHub
parent
11e5efc089
commit
1cb222786a
+1
-1
@@ -40,7 +40,7 @@ steps:
|
||||
displayName: Github release
|
||||
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||
inputs:
|
||||
gitHubConnection: 'ignopeverell'
|
||||
gitHubConnection: 'quentinlesceller'
|
||||
repositoryName: 'mimblewimble/grin'
|
||||
action: 'edit'
|
||||
target: '$(build.sourceVersion)'
|
||||
|
||||
@@ -44,7 +44,7 @@ steps:
|
||||
displayName: Github release
|
||||
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||
inputs:
|
||||
gitHubConnection: 'ignopeverell'
|
||||
gitHubConnection: 'quentinlesceller'
|
||||
repositoryName: 'mimblewimble/grin'
|
||||
action: 'edit'
|
||||
target: '$(build.sourceVersion)'
|
||||
|
||||
Reference in New Issue
Block a user