mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-01-03 05:00:14 +00:00
Skips cleanup for release assets
This commit is contained in:
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user