From 047c39d09e557c5aa8605e18feca5ed7f3e5e6ab Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 27 Apr 2026 23:18:39 +0800 Subject: [PATCH] ci: drop skipStagingRepositoryClose for smoother staging Signed-off-by: tison --- .github/workflows/release_java.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release_java.yml b/.github/workflows/release_java.yml index cf9f6ec2cbb3..9d21368501f6 100644 --- a/.github/workflows/release_java.yml +++ b/.github/workflows/release_java.yml @@ -169,7 +169,6 @@ jobs: run: | ./mvnw org.sonatype.plugins:nexus-staging-maven-plugin:deploy-staged \ -DaltStagingDirectory=$LOCAL_STAGING_DIR \ - -DskipStagingRepositoryClose=true \ -DserverId=apache.releases.https \ -DnexusUrl=https://repository.apache.org env: