From 10376baa3bf13e3eacc9c1623b18796317cc5f34 Mon Sep 17 00:00:00 2001 From: Dariusz Dwornikowski Date: Sat, 14 Dec 2019 12:10:29 +0100 Subject: [PATCH] Fix release branch name --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'