From 211d2ec372c231ded35af3771f22c7da638305ff Mon Sep 17 00:00:00 2001 From: Guido Zuidhof Date: Tue, 19 Nov 2024 17:55:02 +0100 Subject: [PATCH] Update README --- sdk/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sdk/README.md b/sdk/README.md index 294dae1..0c1d7a8 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -11,6 +11,12 @@ To deploy to Maven Local, run the following command: ### Maven Central +#### Github Actions + +Create a new release with the correct version number and the Github Action will automatically deploy to Maven Central. + +#### Manual + Hopefully you will usually deploy through Github Actions - but to do so manually follow these steps: Create a GPG key and publish it, you can follow the instructions [here](https://central.sonatype.org/pages/working-with-pgp-signatures.html).