1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-12 13:12:24 +00:00

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

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