Skip to content

Commit d9b419b

Browse files
committed
add keyring to .cr.yaml
1 parent 49f4a66 commit d9b419b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
cat <<EOF > .cr.yaml
3737
sign: true
3838
key: "${{ steps.import_gpg.outputs.keyid }}"
39+
keyring: "/home/runner/.gnupg/pubring.kbx"
3940
passphrase-file: "passphrase.txt"
4041
EOF
4142
env:

0 commit comments

Comments
 (0)