Skip to content

Commit 50f7fc0

Browse files
committed
ci: adds missing condition for github releases
Signed-off-by: Vincent Biret <[email protected]>
1 parent 66a1f12 commit 50f7fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ extends:
309309
publishFeedCredentials: 'OpenAPI Nuget Connection'
310310

311311
- deployment: create_github_release
312+
condition: and(contains(variables['build.SourceBranch'], 'refs/tags/v'), succeeded())
312313
templateContext:
313314
type: releaseJob
314315
isProduction: true

0 commit comments

Comments
 (0)