Skip to content

Commit 6efb388

Browse files
committed
restore original publish command
1 parent dbfd3d1 commit 6efb388

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ci/make.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ if [[ "$CMD" == "release" ]]; then
197197
gradle_task="publishForReleaseManager"
198198
else
199199
echo "Releasing to Maven snapshot repo"
200-
# gradle_task="publishToSonatype closeAndReleaseStagingRepositories"
201-
gradle_task="publishForReleaseManager"
200+
gradle_task="publishToSonatype closeAndReleaseStagingRepositories"
202201
fi
203202
docker run --rm --env VERSION=$VERSION -u "$(id -u)" \
204203
$git_mount $src_mount $output_mount \

0 commit comments

Comments
 (0)