1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-22 02:49:06 +00:00

Merge pull request #913 from soloturn/master

sign step checks environment var from gpg step
This commit is contained in:
PlantUML 2022-02-11 13:12:54 +01:00 committed by GitHub
commit 6cfeabefc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ jobs:
echo "::set-output name=key_id::${key_id}"
- name: Sign artifacts
if: matrix.release_from_this_build && env.ARTIFACT_SIGNING_KEY
if: matrix.release_from_this_build && env.GPG_KEYNAME
env:
GPG_KEYNAME: ${{ steps.gpg.outputs.key_id }}
GPG_PASSPHRASE: ${{ secrets.ARTIFACT_SIGNING_PASSPHRASE }}