mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-21 20:45:10 +00:00
Fix snapshot release when workflow does not sign artifacts
This commit is contained in:
parent
2c983b715a
commit
fe66147806
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_PASSPHRASE: ${{ secrets.ARTIFACT_SIGNING_PASSPHRASE }}
|
||||
run: |
|
||||
[[ "${SIGN_ARTIFACTS}" == "true" ]] || cp pom.xml target/plantuml.pom
|
||||
|
||||
mvn --batch-mode \
|
||||
"-DfinalName=plantuml" \
|
||||
"-Dgpg.keyname=${GPG_KEYNAME}" \
|
||||
|
Loading…
Reference in New Issue
Block a user