Skip to content

Commit

Permalink
Fix release branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
tdi committed Dec 14, 2019
1 parent a22898d commit 10376ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 10376ba

Please sign in to comment.