Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 0c94a66

Browse files
committed
try to fix GPG error
1 parent b3edc77 commit 0c94a66

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
@@ -111,6 +111,7 @@ jobs:
111111
- run:
112112
name: Import GPG Key
113113
command: |
114+
export GPG_TTY=$(tty)
114115
echo $GPG_KEY_BASE64 | base64 --decode | gpg --batch --import
115116
- run:
116117
name: Set Project Version

0 commit comments

Comments
 (0)