Skip to content

Commit

Permalink
Change connection name
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed May 9, 2019
1 parent 2a23318 commit 6c32174
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .ci/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6c32174

Please sign in to comment.