Skip to content

Commit f000146

Browse files
authored
Update publish-android-maven-central.yml
1 parent 4b5818e commit f000146

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish-android-maven-central.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
name: Publish android to Maven Central
2-
1+
name: Stage android to Maven Central
2+
# 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.
35
on:
46
workflow_dispatch:
57

0 commit comments

Comments
 (0)