We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74b5d9 commit a6c19a8Copy full SHA for a6c19a8
.github/workflows/release.yaml
@@ -46,7 +46,6 @@ 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