David Zhao

bump to snapshot version

1 -name: Publish Docs 1 +name: Publish
2 2
3 on: 3 on:
4 workflow_dispatch: 4 workflow_dispatch:
@@ -8,7 +8,7 @@ on: @@ -8,7 +8,7 @@ on:
8 - v* 8 - v*
9 9
10 jobs: 10 jobs:
11 - docs: 11 + publish:
12 runs-on: ubuntu-latest 12 runs-on: ubuntu-latest
13 defaults: 13 defaults:
14 run: 14 run:
@@ -23,9 +23,9 @@ kotlin.code.style=official @@ -23,9 +23,9 @@ kotlin.code.style=official
23 ############################################################### 23 ###############################################################
24 24
25 GROUP=io.livekit 25 GROUP=io.livekit
26 -VERSION_NAME=0.6.5 26 +VERSION_NAME=0.6.6-SNAPSHOT
27 27
28 -POM_DESCRIPTION=Android SDK for WebRTC communication 28 +POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
29 29
30 POM_URL=https://github.com/livekit/client-sdk-android 30 POM_URL=https://github.com/livekit/client-sdk-android
31 POM_SCM_URL=https://github.com/livekit/client-sdk-android 31 POM_SCM_URL=https://github.com/livekit/client-sdk-android