justinmclean opened a new issue, #6836: URL: https://github.com/apache/gravitino/issues/6836
### Version main branch ### Describe what's wrong release-build.sh creates the tag on the main branch - this is incorrect if you are making a point release. ``` git clone "https://$ASF_USERNAME:$ENCODED_ASF_PASSWORD@$ASF_GRAVITINO_REPO" -b main ``` ### Error message and/or stacktrace No error message occurs, but the wrong branch is tagged, and then the wrong version of Gravitino is put into the release. ### How to reproduce Run the release-build.sh script without the release tag have been created. ### Additional context _No response_ -- 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]
