-
Notifications
You must be signed in to change notification settings - Fork 338
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working