mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +03:00
Continue on github release failure
This commit is contained in:
parent
4d17c077e5
commit
d8842b1e13
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ steps:
|
|||
# delete the release if it already exists to avoid an error
|
||||
- task: GitHubRelease@0
|
||||
condition: and(succeeded(), eq(variables['buildSuccess'], 'true') )
|
||||
continueOnError: true
|
||||
inputs:
|
||||
gitHubConnection: nheko-reborn-pipeline
|
||||
repositoryName: '$(Build.Repository.Name)'
|
||||
|
@ -55,6 +56,7 @@ steps:
|
|||
#addChangeLog: true # Optional
|
||||
- task: GitHubRelease@0
|
||||
condition: and(succeeded(), eq(variables['buildSuccess'], 'true') )
|
||||
continueOnError: true
|
||||
inputs:
|
||||
gitHubConnection: nheko-reborn-pipeline
|
||||
repositoryName: '$(Build.Repository.Name)'
|
||||
|
|
Loading…
Reference in a new issue