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 49f4a66 commit d9b419bCopy full SHA for d9b419b
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
cat <<EOF > .cr.yaml
37
sign: true
38
key: "${{ steps.import_gpg.outputs.keyid }}"
39
+ keyring: "/home/runner/.gnupg/pubring.kbx"
40
passphrase-file: "passphrase.txt"
41
EOF
42
env:
0 commit comments