Skip to content

Commit

Permalink
Adding GPG_TTY env variable for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Apr 27, 2024
1 parent 7369d92 commit ae63526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --local user.name "Github Actions"
git checkout -b ${{ inputs.releaseVersion }}-release
Expand Down

0 comments on commit ae63526

Please sign in to comment.