Skip to content

Commit abe9fd8

Browse files
committed
ci: Using gpg in headless mode
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 781fab8 commit abe9fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"
4848
export GIT_TAG="$(basename ${{ github.ref }})"
49+
export GPG_TTY=$(tty)
4950
scripts/release build assets clean
5051
- name: Docker
5152
env:

0 commit comments

Comments
 (0)