Skip to content

Commit 0f068fc

Browse files
committed
pkg/debian: Fix PGP check option
1 parent aa5c0a4 commit 0f068fc

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
@@ -52,7 +52,7 @@ jobs:
5252
su build --pty -s /bin/bash -c 'gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF'
5353
5454
# build package
55-
su build --pty -s /bin/bash -c 'makedeb --sync-deps --no-confirm --skippgpcheck'
55+
su build --pty -s /bin/bash -c 'makedeb --sync-deps --no-confirm --skip-pgp-check'
5656
5757
- name: Sign package
5858
env:

0 commit comments

Comments
 (0)