mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
Change connection name
This commit is contained in:
parent
2a23318cdf
commit
6c32174a93
2 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue