Skip to content

Commit 0e430b5

Browse files
authored
Disable explicit documentation tasks when publishing (#27)
1 parent 3abe18c commit 0e430b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-new-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
file-path: ./buildSrc/src/main/kotlin/io/getstream/core/Configuration.kt
3030
excluded-modules: "app"
3131
use-official-plugin: false
32+
# Disable explicit documentation tasks as they are already included while publishing
33+
documentation-tasks: tasks
3234
secrets:
3335
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3436
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)