1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-09-28 23:19:01 +00:00

chore: add trace to publish

This commit is contained in:
Arnaud Roques 2023-05-12 19:53:58 +02:00
parent b4bdcb3428
commit 871c298203

View File

@ -239,6 +239,7 @@ jobs:
path: |
build/libs/*
build/publications/maven/*
plantuml-mit/build/libs
- name: Create snapshot
if: needs.workflow_config.outputs.do_snapshot_release == 'true'
@ -266,7 +267,7 @@ jobs:
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ARTIFACT_SIGNING_PASSPHRASE }}
run: |
.github/scripts/release.sh
gradle publish
gradle --debug publish
push_to_docker_registry:
needs: [ workflow_config, upload, test_linux, test_windows ]