Skips cleanup for release assets

This commit is contained in:
John Jarvis 2020-05-11 08:31:51 +02:00 committed by arnaudroques
parent f355dc6666
commit 2f18333605
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
provider: releases
token: "$GITHUB_TOKEN"
file: "target/plantuml-${TRAVIS_BRANCH}.war"
cleanup: true
skip_cleanup: true
on:
tags: true