mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Fixed build
This commit is contained in:
parent
8aa9f2e52a
commit
25e5f39485
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ stages:
|
|||
tagSource: 'userSpecifiedTag'
|
||||
tag: '$(gitTag)'
|
||||
isDraft: true
|
||||
changeLogCompareToRelease: 'lastRelease'
|
||||
changeLogCompareToRelease: 'lastNonDraftRelease'
|
||||
changeLogType: 'commitBased'
|
||||
|
||||
- task: GitHubRelease@1
|
||||
|
@ -90,4 +90,4 @@ stages:
|
|||
isPreRelease: true
|
||||
changeLogCompareToRelease: 'lastNonDraftRelease'
|
||||
changeLogType: 'commitBased'
|
||||
condition: and(succeeded(), eq(variables['PublishToGithub'], 'true'))
|
||||
condition: and(succeeded(), eq(variables['PublishToGithub'], 'true'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue