Skip to content

Commit

Permalink
Fix release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed May 16, 2019
1 parent a4e8aaa commit 8782cf8
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: 'ignopeverell'
repositoryName: 'mimblewimble/grin-miner'
gitHubConnection: 'grin-miner'
repositoryName: 'quentinlesceller/grin-miner'
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: 'ignopeverell'
repositoryName: 'mimblewimble/grin-miner'
gitHubConnection: 'grin-miner'
repositoryName: 'quentinlesceller/grin-miner'
action: 'edit'
target: '$(build.sourceVersion)'
tagSource: 'manual'
Expand Down

0 comments on commit 8782cf8

Please sign in to comment.