Skip to content

Commit ae4f914

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Creating PGP Ring Key
4040
run: |
4141
echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
42-
ls -l
42+
pwd
4343
4444
- name: Restore gradle.properties
4545
env:

0 commit comments

Comments
 (0)