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 d8bb571 commit 058508fCopy full SHA for 058508f
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Validate Gradle wrapper
19
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
20
- name: Test
21
- run: ./gradlew clean build publishAllPublicationsToMavenCentral
+ run: ./gradlew publishToMavenCentral
22
env:
23
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.ORG_GRADLE_PROJECT_IN_MEM_ID }}
24
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_IN_MEM_PASS }}
0 commit comments