Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Andy Wang 2020-09-13 11:47:37 +01:00
parent c3ea7f7263
commit 4914fba337
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ steps:
# Create, edit, or delete a GitHub release
- task: GitHubRelease@0
inputs:
gitHubConnection: cbeuw
gitHubConnection: github.com_cbeuw
repositoryName: '$(Build.Repository.Name)'
action: 'create' # Options: create, edit, delete
target: '$(Build.SourceVersion)' # Required when action == Create || Action == Edit