Skip to content

Commit 5aa4f8f

Browse files
authored
github: publish signing keys (#226)
Publish singing key to the public key signing servers for ease of verification via Web-of-Trust.
1 parent 33b4e32 commit 5aa4f8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
with:
4040
gpg_private_key: ${{ steps.secrets.outputs.token }}
4141

42+
- run: |
43+
gpg --keyserver keys.openpgp.org --send-keys ${{ steps.import_gpg.outputs.fingerprint }}
44+
4245
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
4346
with:
4447
version: latest

0 commit comments

Comments
 (0)