Skip to content

Commit

Permalink
Change connection name
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed Oct 2, 2020
1 parent 4872113 commit f5d6c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
displayName: Github release
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
inputs:
gitHubConnection: 'ignopeverell'
gitHubConnection: 'quentinlesceller'
repositoryName: 'quentinlesceller/grin-wallet'
action: 'edit'
target: '$(build.sourceVersion)'
Expand Down
2 changes: 1 addition & 1 deletion .ci/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'quentinlesceller'
repositoryName: 'quentinlesceller/grin-wallet'
action: 'edit'
target: '$(build.sourceVersion)'
Expand Down

0 comments on commit f5d6c3c

Please sign in to comment.