Skip to content

Commit

Permalink
Update GPG release signing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
abecevello committed Aug 22, 2023
1 parent 7488f4c commit 0a370db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -28,9 +28,10 @@ jobs:
name: GPG config
run: |
mkdir -p ~/.gnupg
cat << EOF >> ~/.gnupg/options
keyserver keys.openpgp.org
keyserver-options auto-key-retrieve
cat << EOF >> ~/.gnupg/gpg.conf
keyserver hkps://keys.openpgp.org
auto-key-import
auto-key-retrieve
EOF
-
Expand Down

0 comments on commit 0a370db

Please sign in to comment.