Skip to content

Commit b177982

Browse files
committed
Try to fix gpg key import
1 parent a0f0de9 commit b177982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: |
3333
mkdir -p ~/.gnupg/
3434
printf "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode > ~/.gnupg/private.key
35-
gpg --import ~/.gnupg/private.key
35+
gpg --import --no-tty --batch --yes ~/.gnupg/private.key
3636
- run: |
3737
mkdir -p deb
3838
cp dist/*.deb deb/

0 commit comments

Comments
 (0)