File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
2- "version" : 6
2+ "version" : 7
33}
You can’t perform that action at this time.
0 commit comments