Skip to content

Commit

Permalink
ci: Removing GPG_TTY
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Jun 26, 2022
1 parent e74b5d9 commit a6c19a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
run: |
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"
export GIT_TAG="$(basename ${{ github.ref }})"
export GPG_TTY=$(tty)
scripts/release build assets clean
- name: Docker
env:
Expand Down

0 comments on commit a6c19a8

Please sign in to comment.