1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-22 21:15:09 +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: | path: |
build/libs/* build/libs/*
build/publications/maven/* build/publications/maven/*
plantuml-mit/build/libs
- name: Create snapshot - name: Create snapshot
if: needs.workflow_config.outputs.do_snapshot_release == 'true' if: needs.workflow_config.outputs.do_snapshot_release == 'true'
@ -266,7 +267,7 @@ jobs:
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ARTIFACT_SIGNING_PASSPHRASE }} ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ARTIFACT_SIGNING_PASSPHRASE }}
run: | run: |
.github/scripts/release.sh .github/scripts/release.sh
gradle publish gradle --debug publish
push_to_docker_registry: push_to_docker_registry:
needs: [ workflow_config, upload, test_linux, test_windows ] needs: [ workflow_config, upload, test_linux, test_windows ]