Skip to content

Commit 355fd7e

Browse files
committed
Fix
1 parent c0b8df4 commit 355fd7e

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.github/workflows/cd-android-live-update.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,5 @@ jobs:
6464
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
6565
NEXT_PUBLIC_SUPABASE_INSTANCE_ID: ${{ secrets.NEXT_PUBLIC_SUPABASE_INSTANCE_ID }}
6666
NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_KEY }}
67-
run: yarn build-web-view
68-
69-
- name: Deploy Live Update
70-
uses: capawesome-team/[email protected]
71-
id: upload-action
72-
with:
73-
appId: '969bc540-8077-492f-8403-b554bee5de50'
74-
channel: 'default'
75-
commitMessage: $(git log -1 --pretty=format:"%s")
76-
commitRef: ${{ github.head_ref || github.ref_name }}
77-
commitSha: ${{ github.sha }}
78-
path: 'web/out'
79-
token: ${{ secrets.CAPAWESOME_TOKEN }}
67+
CAPAWESOME_TOKEN: ${{ secrets.CAPAWESOME_TOKEN }}
68+
run: yarn android-live-update

android/capawesome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": 6
2+
"version": 7
33
}

0 commit comments

Comments
 (0)