mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
Change connection name for CI Release (#3653)
This commit is contained in:
parent
11e5efc089
commit
1cb222786a
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ 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: 'ignopeverell'
|
gitHubConnection: 'quentinlesceller'
|
||||||
repositoryName: 'mimblewimble/grin'
|
repositoryName: 'mimblewimble/grin'
|
||||||
action: 'edit'
|
action: 'edit'
|
||||||
target: '$(build.sourceVersion)'
|
target: '$(build.sourceVersion)'
|
||||||
|
|
|
@ -44,7 +44,7 @@ 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: 'ignopeverell'
|
gitHubConnection: 'quentinlesceller'
|
||||||
repositoryName: 'mimblewimble/grin'
|
repositoryName: 'mimblewimble/grin'
|
||||||
action: 'edit'
|
action: 'edit'
|
||||||
target: '$(build.sourceVersion)'
|
target: '$(build.sourceVersion)'
|
||||||
|
|
Loading…
Reference in a new issue