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:
commit
6cfeabefc2
2
.github/workflows/ci-gradle.yml
vendored
2
.github/workflows/ci-gradle.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user