Skip to content

Commit 0a370db

Browse files
committedAug 22, 2023
Update GPG release signing configuration
1 parent 7488f4c commit 0a370db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.github/workflows/release.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
name: GPG config
2929
run: |
3030
mkdir -p ~/.gnupg
31-
cat << EOF >> ~/.gnupg/options
32-
keyserver keys.openpgp.org
33-
keyserver-options auto-key-retrieve
31+
cat << EOF >> ~/.gnupg/gpg.conf
32+
keyserver hkps://keys.openpgp.org
33+
auto-key-import
34+
auto-key-retrieve
3435
EOF
3536
3637
-

0 commit comments

Comments
 (0)
Failed to load comments.