This commit is contained in:
MartinBraquet
2025-12-14 23:50:24 +02:00
parent 355fd7e6d1
commit 3fd27131e2
3 changed files with 7 additions and 1 deletions

View File

@@ -65,4 +65,7 @@ jobs:
NEXT_PUBLIC_SUPABASE_INSTANCE_ID: ${{ secrets.NEXT_PUBLIC_SUPABASE_INSTANCE_ID }}
NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_KEY }}
CAPAWESOME_TOKEN: ${{ secrets.CAPAWESOME_TOKEN }}
commitMessage: $(git log -1 --pretty=format:"%s")
commitRef: ${{ github.head_ref || github.ref_name }}
commitSha: ${{ github.sha }}
run: yarn android-live-update

View File

@@ -1,3 +1,3 @@
{
"version": 7
"version": 8
}

View File

@@ -9,4 +9,7 @@ yarn build-web-view
npx @capawesome/cli apps:bundles:create \
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
--channel default \
--commitMessage $commitMessage \
--commitRef $commitRef \
--commitSha $commitSha \
--path web/out