Skip to content

Commit b114b74

Browse files
authored
Merge pull request #8 from codeleep/dev_4.x
feature(frame): Code finishing
2 parents 640f818 + 7097c07 commit b114b74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
- name: Prepare GPG
6464
run: |
6565
mkdir -p ~/.gnupg/
66-
echo "allow-loopback-pinentry" > ~/.gnupg/gpg-agent.conf
67-
echo "use-agent \npinentry-mode loopback" > ~/.gnupg/gpg.conf
66+
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
6867
gpgconf --reload gpg-agent
6968
shell: bash
7069

0 commit comments

Comments
 (0)