From ae63526f1d78e8a996d52441cc544f45edd8919f Mon Sep 17 00:00:00 2001 From: Aaron Gary Date: Sat, 27 Apr 2024 10:44:11 -0700 Subject: [PATCH] Adding GPG_TTY env variable for debugging --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a1d25e..03c26f2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,6 +37,8 @@ jobs: gpg-passphrase: GPG_PASSPHRASE - name: Release aiSSEMBLE Parent run: | + GPG_TTY=$(tty) + export GPG_TTY git config --local user.email "aissemble-noreply@bah.com" git config --local user.name "Github Actions" git checkout -b ${{ inputs.releaseVersion }}-release