Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit ee8728c

Browse files
committed
chore: fix nexus publishing build
1 parent 09efaa5 commit ee8728c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ git config --global user.name "GitHub Actions"
4545
echo "Deploying release to Maven Central"
4646
removeSnapshots
4747

48-
./gradlew clean build publish closeAndReleaseRepository
48+
./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepository
4949

5050
commitRelease
5151
bumpVersion

0 commit comments

Comments
 (0)