Skip to content

Commit a132377

Browse files
committed
ci: fix ci configurations
1 parent d5d5bb8 commit a132377

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
trust_level: 5
3838

3939
- 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
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
4143
4244
- name: Restore gradle.properties
4345
env:

0 commit comments

Comments
 (0)