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 bbb5695 commit 1b59cb0Copy full SHA for 1b59cb0
.github/workflows/publish-new-version.yml
@@ -29,6 +29,8 @@ jobs:
29
file-path: ./buildSrc/src/main/kotlin/io/getstream/feeds/android/Configuration.kt
30
excluded-modules: "stream-feeds-android-sample"
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