We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4f914 commit a68f23cCopy full SHA for a68f23c
.github/workflows/github-packages-publish.yml
@@ -38,8 +38,8 @@ jobs:
38
39
- name: Creating PGP Ring Key
40
run: |
41
- echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
42
- pwd
+ mkdir -p ~/.gnupg
+ echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o ~/.gnupg/gpg_key.ring
43
44
- name: Restore gradle.properties
45
env:
0 commit comments