Skip to content

Commit 4de43a8

Browse files
committed
temp replaced another task
1 parent 6156094 commit 4de43a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ if [[ "$CMD" == "release" ]]; then
198198
else
199199
echo "Releasing to Maven snapshot repo"
200200
# gradle_task="publishToSonatype closeAndReleaseStagingRepositories"
201-
gradle_task="tasks"
201+
gradle_task="publishForReleaseManager"
202202
fi
203203
docker run --rm --env VERSION=$VERSION -u "$(id -u)" \
204204
$git_mount $src_mount $output_mount \

0 commit comments

Comments
 (0)