mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +00:00
gradle upload artifacts in any case, like mvn did before
This commit is contained in:
parent
8417f23d3e
commit
357720e4cb
1
.github/workflows/ci-gradle.yml
vendored
1
.github/workflows/ci-gradle.yml
vendored
@ -94,7 +94,6 @@ jobs:
|
||||
|
||||
upload:
|
||||
needs: [ workflow_config, test ]
|
||||
if: needs.workflow_config.outputs.do_release == 'true' || needs.workflow_config.outputs.do_snapshot_release == 'true'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
|
Loading…
Reference in New Issue
Block a user