Update release.yml

This commit is contained in:
Imran Remtulla
2023-10-06 22:41:47 -04:00
committed by GitHub
parent 5735293efb
commit 95cb8ca493

View File

@@ -22,7 +22,7 @@ jobs:
- name: Temp
run: |
PGP_KEY_FINGERPRINT="${{ steps.import_pgp_key.outputs.fingerprint }}"
# export GPG_TTY=$(tty)
export GPG_TTY=$(tty)
echo 'abc' > ./abc
gpg --sign --detach-sig ./abc
gpg --batch --yes --delete-secret-keys "$PGP_KEY_FINGERPRINT"