Skip to content

Commit

Permalink
Fix typo in url
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Jul 31, 2024
1 parent 88a48bb commit 7c860b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ReleaseSteps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -29,4 +29,4 @@ The following generates a new signing key. These keys are valid for several yea
```
gpg --armor --export-secret-key <keyId> | base64
```
4. Update the GitHub Actions secrets
4. Update the GitHub Actions secrets

0 comments on commit 7c860b2

Please sign in to comment.