justinmclean opened a new issue, #6869: URL: https://github.com/apache/gravitino/issues/6869
### Version main branch ### Describe what's wrong The release script use this to get the git reference: ``` GIT_REF=${GIT_REF:-main} ``` And later checks out the repo: ``` git checkout $GIT_REF ``` Does this gets the main code rather than the code on the branch you are releasing? ### Error message and/or stacktrace N/A ### How to reproduce N/A ### 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: commits-unsubscr...@gravitino.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org