mirror of
https://github.com/octoleo/plantuml.git
synced 2025-04-10 12:11:50 +00:00
Merge pull request #824 from matthew16550/fix-snapshot-release
Fix snapshot release when workflow does not sign artifacts
This commit is contained in:
commit
3d0759f90a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -131,6 +131,8 @@ jobs:
|
|||||||
GPG_KEYNAME: ${{ steps.gpg.outputs.key_id }}
|
GPG_KEYNAME: ${{ steps.gpg.outputs.key_id }}
|
||||||
GPG_PASSPHRASE: ${{ secrets.ARTIFACT_SIGNING_PASSPHRASE }}
|
GPG_PASSPHRASE: ${{ secrets.ARTIFACT_SIGNING_PASSPHRASE }}
|
||||||
run: |
|
run: |
|
||||||
|
[[ "${SIGN_ARTIFACTS}" == "true" ]] || cp pom.xml target/plantuml.pom
|
||||||
|
|
||||||
mvn --batch-mode \
|
mvn --batch-mode \
|
||||||
"-DfinalName=plantuml" \
|
"-DfinalName=plantuml" \
|
||||||
"-Dgpg.keyname=${GPG_KEYNAME}" \
|
"-Dgpg.keyname=${GPG_KEYNAME}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user