Skip to content

Commit 882d746

Browse files
committed
ci: fix creating secret key ring file
1 parent 2a51489 commit 882d746

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-packages-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525

26+
- name: Setup GPG TTY
27+
run: export GPG_TTY=$(tty)
28+
2629
- name: Import PGP Private Key
2730
uses: crazy-max/ghaction-import-gpg@v6.1.0
2831
with:

0 commit comments

Comments
 (0)