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 3abe18c commit 0e430b5Copy full SHA for 0e430b5
.github/workflows/publish-new-version.yml
@@ -29,6 +29,8 @@ jobs:
29
file-path: ./buildSrc/src/main/kotlin/io/getstream/core/Configuration.kt
30
excluded-modules: "app"
31
use-official-plugin: false
32
+ # Disable explicit documentation tasks as they are already included while publishing
33
+ documentation-tasks: tasks
34
secrets:
35
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
36
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
0 commit comments