We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aace3e5 commit 13dcdf0Copy full SHA for 13dcdf0
.github/workflows/release.yml
@@ -31,6 +31,9 @@ jobs:
31
echo "Store the GPG key ID to a file"
32
GPG_KEY_ID=$(gpg --list-secret-keys --with-colons | grep 'sec' | cut -d: -f5)
33
echo "$GPG_KEY_ID" > gpg_key_id.txt
34
+
35
+ echo "Export the public key to the location chart-releaser expects"
36
+ gpg --output /home/runner/.gnupg/pubring.gpg --export "$GPG_KEY_ID"
37
env:
38
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
39
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments