Skip to content

Commit b78be8c

Browse files
authored
troubleshoot gpg (#336)
Signed-off-by: rulex123 <[email protected]>
1 parent 3d0fd0d commit b78be8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
if [ "${CIRCLE_BRANCH}" == "main" ]; then
4343
echo $GPG_KEY | base64 --decode > signing-key
4444
gpg --batch --passphrase $GPG_PASSPHRASE --import signing-key
45+
gpg -v --list-keys
4546
shred signing-key
4647
4748
if [[ -n "${RELEASE}" && -n "${NEXT}" ]]; then

0 commit comments

Comments
 (0)