Skip to content
Snippets Groups Projects
Verified Commit d8842b1e authored by Joe Donofry's avatar Joe Donofry
Browse files

Continue on github release failure

parent 4d17c077
No related branches found
No related tags found
No related merge requests found
......@@ -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)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment