From 116d7522cc58d63d530d340cfb857de911e83f27 Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Tue, 8 Aug 2023 13:36:15 +0600 Subject: [PATCH] fix typo --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 296ebaf19f4c..88c92c298885 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: run: ci/deploy-rpm.sh - name: Import GPG key - run: echo -e "${{ secrets.GPG_KEY }}" | --import + run: echo -e "${{ secrets.GPG_KEY }}" | gpg --import - name: Create deb repository run: ci/deploy-deb.sh