Skips cleanup for release assets
This commit is contained in:
committed by
arnaudroques
parent
f355dc6666
commit
2f18333605
@@ -27,7 +27,7 @@ jobs:
|
|||||||
provider: releases
|
provider: releases
|
||||||
token: "$GITHUB_TOKEN"
|
token: "$GITHUB_TOKEN"
|
||||||
file: "target/plantuml-${TRAVIS_BRANCH}.war"
|
file: "target/plantuml-${TRAVIS_BRANCH}.war"
|
||||||
cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user