Skip to content

Commit c07ffd5

Browse files
committed
Work CI-CD
- Fix github release creation. ***NO_CI***
1 parent 4cba2dd commit c07ffd5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ trigger:
2020
- config/*
2121
- .github/*
2222

23-
tags:
24-
include:
25-
- v*
26-
2723
# PR always trigger build
2824
pr:
2925
autoCancel: true
@@ -386,7 +382,7 @@ jobs:
386382
condition: >-
387383
and(
388384
succeeded(),
389-
startsWith(variables['Build.SourceBranch'], 'refs/tags/v'),
385+
not(startsWith(variables['Build.SourceBranch'], 'refs/tags/v')),
390386
not(contains(variables['Build.SourceBranch'], 'preview')),
391387
eq(variables['UPDATE_DEPENDENTS'], 'false')
392388
)
@@ -400,8 +396,9 @@ jobs:
400396
releaseNotesInline: 'add description here'
401397
assets: ''
402398
isPreRelease: false
403-
addChangeLog: false
404-
action: edit
399+
addChangeLog: true
400+
action: create
401+
isDraft: true
405402

406403
# update dependencies
407404
- task: PowerShell@2

0 commit comments

Comments
 (0)