From 7c860b26d2ec7929d7823c90f66d5b70766f20fc Mon Sep 17 00:00:00 2001 From: David Hadka Date: Wed, 31 Jul 2024 16:53:32 -0600 Subject: [PATCH] Fix typo in url --- docs/ReleaseSteps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseSteps.md b/docs/ReleaseSteps.md index 888f5fa..368b84c 100644 --- a/docs/ReleaseSteps.md +++ b/docs/ReleaseSteps.md @@ -6,7 +6,7 @@ To publish a new version of the MOEA Framework or related project: 2. Trigger the [staging workflow](https://github.com/MOEAFramework/MOEAFramework/actions/workflows/staging.yml) to stage the release artifacts. 3. Update `pom.xml` in this repository with the new version and verify all tests pass. -4. Release the Maven artifacts on http://oss.sontatype.org. +4. Release the Maven artifacts on http://oss.sonatype.org. 5. Publish the GitHub release. 6. Publish the Website update. @@ -29,4 +29,4 @@ The following generates a new signing key. These keys are valid for several yea ``` gpg --armor --export-secret-key | base64 ``` -4. Update the GitHub Actions secrets \ No newline at end of file +4. Update the GitHub Actions secrets