We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991509f commit 2ffd83eCopy full SHA for 2ffd83e
.github/workflows/release.yaml
@@ -40,6 +40,7 @@ jobs:
40
gpg -K
41
gpg --version
42
touch /tmp/gpg.txt
43
+ export GPG_TTY=$(tty)
44
gpg --batch --local-user 9A527B0CAD0E901F31EEB42D52E226496EF37A77 --output /tmp/gpg.encr --detach-sign /tmp/gpg.txt
45
- name: Run GoReleaser
46
# uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
0 commit comments