mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
chore: add trace to publish
This commit is contained in:
parent
b4bdcb3428
commit
871c298203
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user