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 d5d5bb8 commit a132377Copy full SHA for a132377
.github/workflows/github-packages-publish.yml
@@ -37,7 +37,9 @@ jobs:
37
trust_level: 5
38
39
- name: Creating PGP Ring Key
40
- run: echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
+ run: |
41
+ echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
42
+ ls -l
43
44
- name: Restore gradle.properties
45
env:
0 commit comments