We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486512f commit 7429181Copy full SHA for 7429181
release.sh
@@ -145,7 +145,7 @@ function gpg_import() {
145
keyId=$(gpg "${@}" --batch --import "$privateKeyPath" 2>&1 | tee >(cat 1>&2) | grep 'key.*: secret key imported' | sed -E 's/.*key ([^:]+):.*/\1/')
146
# output the fingerprint of the imported key
147
gpg "${@}" --list-secret-keys --with-colon "$keyId" | sed -E '2!d;s/.*:([^:]+):$/\1/'
148
- export JRELEASER_GPG_KEYNAME=keyId
+ export JRELEASER_GPG_KEYNAME=$keyId
149
}
150
151
function gpg_delete() {
0 commit comments