Skip to content

Commit 3c7c3b4

Browse files
committed
Try this
1 parent 71d797b commit 3c7c3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: sed -i "s/VERSION_NAME=0.0.1/VERSION_NAME=$GITHUB_REF_NAME/" gradle.properties
2828

2929
- name: Release to Maven Central
30-
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
30+
run: ./gradlew publishToMavenCentral --no-configuration-cache
3131
env:
3232
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
3333
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}

0 commit comments

Comments
 (0)