Skip to content

Commit

Permalink
Update azure-pipelines-cd.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jazuntee committed Jul 29, 2021
1 parent f11a62d commit 8233b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines/azure-pipelines-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ stages:
displayName: 'Create Release on GitHub'
condition: and(succeeded(), eq(variables['Build.SourceBranchName'], 'master'))
inputs:
gitHubConnection: 'AzureAD'
gitHubConnection: 'MSIdentity'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
Expand Down

0 comments on commit 8233b5a

Please sign in to comment.