Skip to content

Commit 3347119

Browse files
authored
Update release.yml
1 parent 8db8e9a commit 3347119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
steps:
1616
- name: Setup Signing Key
1717
run: |
18+
gpgconf --kill gpg-agent
1819
gpg-agent --daemon --default-cache-ttl 7200
1920
echo -e "${{ secrets.GPG_SIGNING_KEY }}" | gpg --batch --import --no-tty
2021
echo "hello world" > temp.txt

0 commit comments

Comments
 (0)