From a22898d6a5a19675125a52ef8ae62f69646281d5 Mon Sep 17 00:00:00 2001 From: Dariusz Dwornikowski Date: Sat, 14 Dec 2019 10:42:48 +0100 Subject: [PATCH] fix error bracker in azure-pipepines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2bc52a0..cccde56 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'