fix: add --batch to gpg --dearmor in CI publish steps #7
Reference in New Issue
Block a user
Delete Branch "fix/ci-openssl-linker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
gpg tries to open /dev/tty when no TTY present in CI, causing GCP key setup to fail during artifact publish. --batch suppresses the interactive prompt.