Skip to content

Commit

Permalink
ci: fix gpg command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopsalarm committed Dec 29, 2024
1 parent 6eae26f commit 8b82428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Decrypt keystore
env:
PASSPHRASE: ${{ secrets.KEYSTORE_PASSPHRASE }}
run: |
gpg --decrypt --quiet --batch --yes
run:
gpg --decrypt --batch --yes
--passphrase "$PASSPHRASE"
-o release.keystore release.keystore.gpg

Expand Down

0 comments on commit 8b82428

Please sign in to comment.