We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5818e commit f000146Copy full SHA for f000146
.github/workflows/publish-android-maven-central.yml
@@ -1,5 +1,7 @@
1
-name: Publish android to Maven Central
2
-
+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
3
+# Repository. Recent outputs from this workflow will be listed there.
4
+# You must "Close" each opened staging repository, then "Release". Closing can take some time, as can releasing.
5
on:
6
workflow_dispatch:
7
0 commit comments