ci: fix publish to maven central job name

This commit is contained in:
thunderbiscuit 2024-03-27 09:57:22 -04:00
parent 5fc30c6c26
commit c3313fb922
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -36,7 +36,7 @@ jobs:
cd bdk-android
./gradlew buildAndroidLib
- name: "Publish to Maven Local and Maven Central"
- name: "Publish to Maven Central"
env:
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.PGP_KEY_ID }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PGP_SECRET_KEY }}