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 a132377 commit ae4f914Copy full SHA for ae4f914
.github/workflows/github-packages-publish.yml
@@ -39,7 +39,7 @@ jobs:
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
- ls -l
+ pwd
43
44
- name: Restore gradle.properties
45
env:
0 commit comments