Change connection name for CI Release (#3653)

This commit is contained in:
Quentin Le Sceller 2021-08-18 15:45:52 +02:00 committed by GitHub
parent 11e5efc089
commit 1cb222786a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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)'

View file

@ -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)'