We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1b2f6 commit ddc8873Copy full SHA for ddc8873
.github/workflows/release-android.yml
@@ -104,6 +104,7 @@ jobs:
104
- name: Publish to Maven Central
105
working-directory: android
106
env:
107
+ CI: true
108
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_TOKEN_USERNAME }}
109
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_TOKEN_PASSWORD }}
110
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments