Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7c834 commit f1d3eb4Copy full SHA for f1d3eb4
.github/workflows/publish-client-maven-central.yml
@@ -1,5 +1,7 @@
1
name: Publish client 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.
5
on:
6
workflow_dispatch:
7
0 commit comments