We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b7cc6 commit c430866Copy full SHA for c430866
.github/workflows/publish-snapshot.yml
@@ -37,7 +37,7 @@ jobs:
37
./gradlew clean build
38
- name: Publish the SDK - Snapshot
39
run: |
40
- ./gradlew publishAllPublicationsToMavenCentralRepository
+ ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
41
env:
42
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.mavenCentralUsername }}
43
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.mavenCentralPassword }}
0 commit comments