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 aa5c0a4 commit 0f068fcCopy full SHA for 0f068fc
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
su build --pty -s /bin/bash -c 'gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF'
53
54
# build package
55
- su build --pty -s /bin/bash -c 'makedeb --sync-deps --no-confirm --skippgpcheck'
+ su build --pty -s /bin/bash -c 'makedeb --sync-deps --no-confirm --skip-pgp-check'
56
57
- name: Sign package
58
env:
0 commit comments