Skip to content

Commit aaf51ff

Browse files
Update GitHub Deploy config
1 parent 78cb044 commit aaf51ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
env:
3939
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4040

41+
- name: Set GPG_TTY
42+
run: echo "GPG_TTY=$(tty)" >> $GITHUB_ENV
43+
4144
- name: Set up Java
4245
uses: actions/setup-java@v4
4346
with:

0 commit comments

Comments
 (0)