ci: fix publish to maven central job name
This commit is contained in:
parent
5fc30c6c26
commit
c3313fb922
2
.github/workflows/publish-android.yaml
vendored
2
.github/workflows/publish-android.yaml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user