mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
build pipelines service connection
This commit is contained in:
parent
ff878c4f8e
commit
cd79df7645
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ steps:
|
|||
displayName: Github release
|
||||
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||
inputs:
|
||||
gitHubConnection: 'ignopeverell'
|
||||
gitHubConnection: 'mw-grin-wallet'
|
||||
repositoryName: 'mimblewimble/grin-wallet'
|
||||
action: 'edit'
|
||||
target: '$(build.sourceVersion)'
|
||||
|
|
|
@ -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: 'mw-grin-wallet'
|
||||
repositoryName: 'mimblewimble/grin-wallet'
|
||||
action: 'edit'
|
||||
target: '$(build.sourceVersion)'
|
||||
|
|
Loading…
Reference in a new issue