1 parent 0039a22 commit 89f776bCopy full SHA for 89f776b
1 file changed
.github/workflows/release.yml
@@ -108,9 +108,10 @@ jobs:
108
# Build unsigned source package (-us -uc)
109
debuild -S -sa -d -us -uc
110
111
- debsign --keyid="$GPG_KEY_ID" --re-sign ../*.changes \
112
- --batch --no-tty \
113
- --passphrase "$PPA_GPG_PASSPHRASE"
+ # Inline-sign the .changes (and automatically the .dsc)
+ debsign -k"$GPG_KEY_ID" \
+ -p"gpg --batch --yes --pinentry-mode loopback --passphrase $PPA_GPG_PASSPHRASE" \
114
+ --re-sign ../*.changes
115
116
ls -l ../*
117
0 commit comments