We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5dd6c commit 8cfb9f7Copy full SHA for 8cfb9f7
2 files changed
.github/workflows/build.yaml
@@ -109,7 +109,7 @@ jobs:
109
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
110
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
111
run: |
112
- ./gradlew publishToMavenCentral --stacktrace
+ ./gradlew publishAllToMavenCentral --stacktrace
113
114
sonar:
115
needs: [publish]
.github/workflows/release.yaml
@@ -31,4 +31,4 @@ jobs:
31
32
33
34
0 commit comments