Skip to content

Commit 911eda2

Browse files
committed
feature(frame): Code finishing
1. Code finishing
1 parent 7305782 commit 911eda2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
- name: Prepare GPG
6565
run: |
6666
mkdir -p ~/.gnupg/
67-
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
67+
echo "allow-loopback-pinentry" > ~/.gnupg/gpg-agent.conf
68+
echo "use-agent \npinentry-mode loopback" > ~/.gnupg/gpg.conf
6869
gpgconf --reload gpg-agent
6970
shell: bash
7071

0 commit comments

Comments
 (0)