Skip to content

Commit 52d7d3f

Browse files
committed
temp dry
1 parent 4de43a8 commit 52d7d3f

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
@@ -194,7 +194,7 @@ if [[ "$CMD" == "release" ]]; then
194194

195195
if [[ "$DRY_RUN" = "true" ]]; then
196196
echo "Dry run: building and publishing to the local repository"
197-
gradle_task="publishAllPublicationsToDryRunRepository"
197+
gradle_task="publishForReleaseManager"
198198
else
199199
echo "Releasing to Maven snapshot repo"
200200
# gradle_task="publishToSonatype closeAndReleaseStagingRepositories"

0 commit comments

Comments
 (0)