The current release publish workflow is
- dry run - manually set the parameter of job https://ci.adoptium.net/job/build-scripts/job/release/job/refactor_openjdk_release_tool/
- rerun the dry run job with dry run parameter unchecked.
The mistakes might happen when manually setting the parameters besides sometime it's hard to find the dry run build if the job is triggered by nightly build automatically at the same time.
If the dry run can be triggered automatically by the pipeline build the process would be easier and more reliable for for release champions.
Part or related with #739