Skip to content

Commit

Permalink
Change connection name for CI Release (#3653)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller authored Aug 18, 2021
1 parent 11e5efc commit 1cb2227
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 @@ -40,7 +40,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: 'mimblewimble/grin'
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 @@ -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: 'quentinlesceller'
repositoryName: 'mimblewimble/grin'
action: 'edit'
target: '$(build.sourceVersion)'
Expand Down

0 comments on commit 1cb2227

Please sign in to comment.