Skip to content

Commit

Permalink
add --batch in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Aug 8, 2023
1 parent cb90dc9 commit 242da04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ jobs:
run: ci/deploy-rpm.sh

- name: Import GPG key
env:
GPG_KEY: ${{ secrets.GPG_KEY }}
run: |
echo -e "$GPG_KEY" | gpg --import
run: echo -e "${{ secrets.GPG_KEY }}" | gpg --batch --import

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

0 comments on commit 242da04

Please sign in to comment.