Change connection name

This commit is contained in:
Quentin Le Sceller 2019-05-09 13:38:14 -04:00
parent 2a23318cdf
commit 6c32174a93
No known key found for this signature in database
GPG key ID: 8208307D088EA3BA
2 changed files with 4 additions and 4 deletions

View file

@ -36,8 +36,8 @@ steps:
displayName: Github release
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
inputs:
gitHubConnection: 'quentinlesceller2'
repositoryName: 'quentinlesceller/grin-wallet'
gitHubConnection: 'ignopeverell'
repositoryName: 'mimblewimble/grin-wallet'
action: 'edit'
target: '$(build.sourceVersion)'
tagSource: 'manual'

View file

@ -36,8 +36,8 @@ steps:
displayName: Github release
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
inputs:
gitHubConnection: 'quentinlesceller2'
repositoryName: 'quentinlesceller/grin-wallet'
gitHubConnection: 'ignopeverell'
repositoryName: 'mimblewimble/grin-wallet'
action: 'edit'
target: '$(build.sourceVersion)'
tagSource: 'manual'