Skip to content

Commit d5cfd1b

Browse files
authored
github: publish signing keys (#524)
Publish singing key to the public key signing servers for ease of verification via Web-of-trust.
1 parent 3df59e8 commit d5cfd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
gpg_private_key: ${{ steps.secrets.outputs.token }}
4444

4545
- run: |
46-
gpg --export --armor ${{ steps.import_gpg.outputs.fingerprint }}
46+
gpg --keyserver keys.openpgp.org --send-keys ${{ steps.import_gpg.outputs.fingerprint }}
4747
4848
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
4949
with:

0 commit comments

Comments
 (0)