Skip to content

Commit

Permalink
Update service connection
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Aug 14, 2024
1 parent ac0308d commit c16eb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ stages:
- task: GitHubRelease@1
displayName: "GitHub create beta release"
inputs:
gitHubConnection: github
gitHubConnection: "OmniSharp Org"
repositoryName: OmniSharp/omnisharp-roslyn
action: create
tag: "v$(Build.BuildNumber)"
Expand Down Expand Up @@ -202,7 +202,7 @@ stages:
- task: GitHubRelease@1
displayName: "GitHub release (edit)"
inputs:
gitHubConnection: github
gitHubConnection: "OmniSharp Org"
repositoryName: OmniSharp/omnisharp-roslyn
action: edit
tag: "$(Build.SourceBranchName)"
Expand Down

0 comments on commit c16eb2a

Please sign in to comment.