Skip to content

Commit 9194e31

Browse files
committed
fix(release): install gnupg2 needed for rpm signing
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent e777723 commit 9194e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
KEY_ID: EC51E8C4
203203
steps:
204204
- name: Install deps
205-
run: apt update && apt -y install debsigs gpg rpm
205+
run: apt update && apt -y install debsigs gpg rpm gnupg2
206206

207207
- name: Download artifacts
208208
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)