Skip to content

Commit d43dfb1

Browse files
committed
chore: use correct task to publish to nexus
1 parent 7eef35e commit d43dfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-build.sh

Lines changed: 1 addition & 1 deletion
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)