mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 13:05:09 +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_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