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 e562cff commit 18417e6Copy full SHA for 18417e6
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Cache Gradle
90
uses: ./.github/actions/cache-gradle
91
- name: Deploy snapshot
92
- run: ./gradlew publishAllPublicationsToMavenCentralRepository -Dsnapshot=true --stacktrace
+ run: ./gradlew publishToMavenCentral -Dsnapshot=true --stacktrace
93
shell: bash
94
95
deploy-release:
0 commit comments