We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781fab8 commit abe9fd8Copy full SHA for abe9fd8
.github/workflows/release.yaml
@@ -46,6 +46,7 @@ jobs:
46
run: |
47
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"
48
export GIT_TAG="$(basename ${{ github.ref }})"
49
+ export GPG_TTY=$(tty)
50
scripts/release build assets clean
51
- name: Docker
52
env:
0 commit comments