Skip to content

Commit 622ed1f

Browse files
add: workflow for publishing to maven central
1 parent 7adb9a9 commit 622ed1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
passphrase: ${{ secrets.OSS_SIGNING_PASSWORD }}
4545

4646
- name: List the keys
47-
run: gpg --list-keys
47+
run: gpg --list-secret-keys
4848

4949

5050
# Step to grant execute permissions to the Gradle wrapper script

0 commit comments

Comments
 (0)