mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 13:05:09 +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: |
|
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 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user