Skip to content

Commit

Permalink
change service connection
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 19, 2020
1 parent 77a6de0 commit 8a364fb
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: 'yeastplume'
gitHubConnection: 'github.com_yeastplume'
repositoryName: 'yeastplume/aloevera'
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: 'yeastplume'
gitHubConnection: 'github.com_yeastplume'
repositoryName: 'yeastplume/aloevera'
action: 'edit'
target: '$(build.sourceVersion)'
Expand Down

0 comments on commit 8a364fb

Please sign in to comment.