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