Skip to content

Commit

Permalink
update service connection
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Sep 26, 2021
1 parent 58d8a2d commit 49b8beb
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: 'yeastplume_aloevera'
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: 'yeastplume_aloevera'
repositoryName: 'yeastplume/aloevera'
action: 'edit'
target: '$(build.sourceVersion)'
Expand Down

0 comments on commit 49b8beb

Please sign in to comment.