From f000146168170f4bec86385f36aaf8b25034ea55 Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Mon, 21 Oct 2024 09:44:36 +1100 Subject: [PATCH] Update publish-android-maven-central.yml --- .github/workflows/publish-android-maven-central.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-android-maven-central.yml b/.github/workflows/publish-android-maven-central.yml index ba2fdf1..6c15916 100644 --- a/.github/workflows/publish-android-maven-central.yml +++ b/.github/workflows/publish-android-maven-central.yml @@ -1,5 +1,7 @@ -name: Publish android to Maven Central - +name: Stage android to Maven Central +# This workflow only Stages the package. You must manually login to https://oss.sonatype.org and publish from the Staging +# Repository. Recent outputs from this workflow will be listed there. +# You must "Close" each opened staging repository, then "Release". Closing can take some time, as can releasing. on: workflow_dispatch: