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 71d797b commit 3c7c3b4Copy full SHA for 3c7c3b4
.github/workflows/publish-release.yml
@@ -27,7 +27,7 @@ jobs:
27
run: sed -i "s/VERSION_NAME=0.0.1/VERSION_NAME=$GITHUB_REF_NAME/" gradle.properties
28
29
- name: Release to Maven Central
30
- run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
+ run: ./gradlew publishToMavenCentral --no-configuration-cache
31
env:
32
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
33
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
0 commit comments