dongjoon-hyun commented on code in PR #53744: URL: https://github.com/apache/spark/pull/53744#discussion_r2680510849
########## 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: If we change `ASF_USERNAME` to `Name Code`, does the other release process work for you? For example, the following seems to be broken. ``` dev/create-release/release-build.sh: echo "From: [email protected]" ``` -- 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]
