diff --git a/Release-process-for-v5.md b/Release-process-for-v5.md index 0a8ab80..476b135 100644 --- a/Release-process-for-v5.md +++ b/Release-process-for-v5.md @@ -19,7 +19,7 @@ ### Part 3: Promote release to Maven Central 1. Go to Github Actions: https://github.com/spring-projects/spring-batch/actions. -2. Run the "Maven Central Release" workflow **from the branch to release** ❗ and provide the version to release. This will download the artifacts from the Artifactory staging repository, sign them with GPG and upload them to Maven Central. +2. Run the "Maven Central Release" workflow **from the `main` branch** ❗ and provide the version to release. This will download the artifacts from the Artifactory staging repository, sign them with GPG and upload them to Maven Central. ### Part 4: Tag the release