Skip to content

Commit 242da04

Browse files
committed
add --batch in release workflow
1 parent cb90dc9 commit 242da04

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ jobs:
5151
run: ci/deploy-rpm.sh
5252

5353
- name: Import GPG key
54-
env:
55-
GPG_KEY: ${{ secrets.GPG_KEY }}
56-
run: |
57-
echo -e "$GPG_KEY" | gpg --import
54+
run: echo -e "${{ secrets.GPG_KEY }}" | gpg --batch --import
5855

5956
- name: Create deb repository
6057
run: ci/deploy-deb.sh

0 commit comments

Comments
 (0)