We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f0de9 commit b177982Copy full SHA for b177982
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: |
33
mkdir -p ~/.gnupg/
34
printf "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode > ~/.gnupg/private.key
35
- gpg --import ~/.gnupg/private.key
+ gpg --import --no-tty --batch --yes ~/.gnupg/private.key
36
37
mkdir -p deb
38
cp dist/*.deb deb/
0 commit comments