Skip to content

Commit 41ddad1

Browse files
committed
update docker-publish script
1 parent 847ea9e commit 41ddad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mkdir -p "$GRADLE_DIR"
2525
} >> "$GRADLE_PROPERTIES"
2626

2727
# === Build and Publish ===
28-
/app/gradlew -Preleasing=true clean publishAllPublicationsToSonatypeRepository
28+
/app/gradlew -Preleasing=true clean publishPublicationPublicationToOssrhStagingRepository
2929

3030
# === Close Staging Repository ===
3131
echo "--- Closing staging repository"

0 commit comments

Comments
 (0)