mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-21 03:21:08 +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
|
displayName: Github release
|
||||||
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: 'quentinlesceller2'
|
gitHubConnection: 'ignopeverell'
|
||||||
repositoryName: 'quentinlesceller/grin-wallet'
|
repositoryName: 'mimblewimble/grin-wallet'
|
||||||
action: 'edit'
|
action: 'edit'
|
||||||
target: '$(build.sourceVersion)'
|
target: '$(build.sourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
|
|
|
@ -36,8 +36,8 @@ steps:
|
||||||
displayName: Github release
|
displayName: Github release
|
||||||
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: 'quentinlesceller2'
|
gitHubConnection: 'ignopeverell'
|
||||||
repositoryName: 'quentinlesceller/grin-wallet'
|
repositoryName: 'mimblewimble/grin-wallet'
|
||||||
action: 'edit'
|
action: 'edit'
|
||||||
target: '$(build.sourceVersion)'
|
target: '$(build.sourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
|
|
Loading…
Reference in a new issue