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

Make GitHub release only happen on successful build

parent 26b180e0
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ steps:
./.ci/script.sh
sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true
cp ./.ci/bintray-release.json .
failOnStderr: 'true'
- task: CopyFiles@2
inputs:
#sourceFolder: # Optional
......@@ -23,6 +24,7 @@ steps:
#overWrite: false # Optional
#flattenFolders: false # Optional
- task: GitHubRelease@0
condition: succeeded()
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