diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cccde56..3a9b5cc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,7 +50,7 @@ steps: - task: GitHubRelease@0 - condition: and(succeeded(), and(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))) + condition: and(succeeded(), and(startsWith(variables['Build.SourceBranch'], 'refs/heads/release'), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))) displayName: ‘Create GitHub Release’ inputs: action: 'create'