Skip to content

Commit

Permalink
chore: add GPG_TTY env variable in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mastudillot committed Jun 21, 2024
1 parent 9a2eefa commit cad35a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

- name: Deploy
run: |
export GPG_TTY=$(tty)
chmod +x scripts/deploy.sh
./scripts/deploy.sh

0 comments on commit cad35a0

Please sign in to comment.