Skip to content

Commit 243787f

Browse files
authored
Fix indentation in maven.yml for GPG key listing
1 parent 00c0d4d commit 243787f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
passphrase: ${{ secrets.GPG_PASSPHRASE }}
107107

108108
- name: List keys
109-
- run: gpg -K
109+
run: gpg -K
110110
## - name: Install GPG key
111111
# run: |
112112
# cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import

0 commit comments

Comments
 (0)