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 78e178b commit f4d0c6aCopy full SHA for f4d0c6a
.github/workflows/publish.yml
@@ -23,8 +23,7 @@ jobs:
23
24
# Runs upload, and then closes & releases the repository
25
- name: Publish to MavenCentral
26
- run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
27
-# run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
+ run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
28
env:
29
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralUsername }}
30
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralPassword }}
0 commit comments