dongjoon-hyun commented on code in PR #53744: URL: https://github.com/apache/spark/pull/53744#discussion_r2680526972
########## dev/create-release/release-build.sh: ########## @@ -511,17 +515,21 @@ EOF echo "Using repository ID: $REPO_ID" # Release the repository - curl --retry 10 --retry-all-errors -s -u "$APACHE_USERNAME:$APACHE_PASSWORD" \ + curl --retry 10 --retry-all-errors -s -u "$ASF_USERNAME:$ASF_NEXUS_TOKEN" \ Review Comment: Got it. Thank you for clarifying. Let me try Spark 3.5.8 with that style . :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
