From 5735293efb8386814b5c5bd7ea6daf824ca27725 Mon Sep 17 00:00:00 2001 From: Imran Remtulla <30463115+ImranR98@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:40:27 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70eb0d1..c57175b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,8 @@ jobs: - name: Temp run: | PGP_KEY_FINGERPRINT="${{ steps.import_pgp_key.outputs.fingerprint }}" - export GPG_TTY=$(tty) - echo abc > abc + # export GPG_TTY=$(tty) + echo 'abc' > ./abc gpg --sign --detach-sig ./abc gpg --batch --yes --delete-secret-keys "$PGP_KEY_FINGERPRINT" gpg --batch --yes --delete-keys "$PGP_KEY_FINGERPRINT"