pingtimeout opened a new issue, #3139: URL: https://github.com/apache/polaris/issues/3139
### Describe the bug See the 1.3.0-incubating-rc0 release workflow: https://github.com/apache/polaris/actions/runs/19630892713/job/56210193303 In the `Build source and binary distributions` step, search for `releaseEmailTemplate`. Notice the following lines: ``` Convenience binary artifacts are staged on Nexus. The Maven repository URL is: * NO STAGING REPOSITORY (java.lang.IllegalStateException: No staging repository with name apache created) ``` However, searching for `orgapachepolaris-1043` in that same step shows the following line: ``` Uploading to https://repository.apache.org/service/local/staging/deployByRepositoryId/orgapachepolaris-1043 ``` It appears that although a staging repository is successfully created, it is not referenced in the `releaseEmailTemplate` gradle task. ### To Reproduce _No response_ ### Actual Behavior _No response_ ### Expected Behavior _No response_ ### Additional context _No response_ ### System information _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]
