davidliu

publish ci tweaks

... ... @@ -94,4 +94,4 @@ jobs:
token: ${{ secrets.CHANGESET_GH_TOKEN }}
branch: dl/update_snapshot_ver
title: Prepare snapshot version ${{ steps.update.outputs.SNAPSHOT_VERSION }}
commit-message: Prepare snapshot version ${{ steps.update.outputs.SNAPSHOT_VERSION }}
\ No newline at end of file
commit-message: Prepare snapshot version ${{ steps.update.outputs.SNAPSHOT_VERSION }}
... ...
name: Publish
name: Manual Publish
on:
workflow_dispatch:
push:
# only publish on version tags
tags:
- v*
jobs:
publish:
... ... @@ -40,7 +36,7 @@ jobs:
AWS_DEFAULT_REGION: "us-east-1"
- name: Build with Gradle
run: ./gradlew livekit-android-sdk:assembleRelease livekit-android-test:testRelease
run: ./gradlew livekit-android-sdk:assembleRelease livekit-android-camerax:assembleRelease livekit-android-test:testRelease
- name: Create gpg key and import into gradle properties
run: |
... ...