Update release.yml

This commit is contained in:
Imran Remtulla
2023-10-06 22:46:11 -04:00
committed by GitHub
parent 827e2b161c
commit 15a1f1e6e0

View File

@@ -24,7 +24,7 @@ jobs:
PGP_KEY_FINGERPRINT="${{ steps.import_pgp_key.outputs.fingerprint }}"
# export GPG_TTY=$(tty)
echo 'abc' > ./abc
gpg --sign --detach-sig ./abc
gpg --batch --pinentry-mode loopback --passphrase "ABCDFML" --sign --detach-sig ./abc
gpg --batch --yes --delete-secret-keys "$PGP_KEY_FINGERPRINT"
gpg --batch --yes --delete-keys "$PGP_KEY_FINGERPRINT"