We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d4b85 commit b12e868Copy full SHA for b12e868
1 file changed
.github/workflows/release.yaml
@@ -33,4 +33,4 @@ jobs:
33
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
34
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
35
run: |
36
- ./gradlew publishToMavenCentral --stacktrace
+ ./gradlew publishAllReleasesToMavenCentral --stacktrace
0 commit comments