ci: fix creating secret key ring file

This commit is contained in:
Zihlu Wang
2024-04-29 14:29:53 +08:00
parent 2a51489073
commit 882d7469c9
@@ -23,6 +23,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup GPG TTY
run: export GPG_TTY=$(tty)
- name: Import PGP Private Key
uses: crazy-max/ghaction-import-gpg@v6.1.0
with: