Skip to content

Commit

Permalink
Merge pull request #2138 from microsoft/bilong-pipelines
Browse files Browse the repository at this point in the history
Update GitHub connection name
  • Loading branch information
bill-long authored Jul 15, 2024
2 parents c9be9ac + fd09766 commit 14c0d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extends:
displayName: 'Create GitHub Release - Draft'
condition: and(succeeded(), ne (variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release'))
inputs:
gitHubConnection: 'GitHub Release'
gitHubConnection: 'github.com_bill-long'
repositoryName: microsoft/CSS-Exchange
action: create
tagSource: manual
Expand All @@ -71,7 +71,7 @@ extends:
displayName: 'Publish GitHub Release'
condition: and(succeeded(), ne (variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release'))
inputs:
gitHubConnection: 'GitHub Release'
gitHubConnection: 'github.com_bill-long'
repositoryName: microsoft/CSS-Exchange
action: edit
tagSource: manual
Expand Down

0 comments on commit 14c0d65

Please sign in to comment.