File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6565 NEXT_PUBLIC_SUPABASE_INSTANCE_ID : ${{ secrets.NEXT_PUBLIC_SUPABASE_INSTANCE_ID }}
6666 NEXT_PUBLIC_SUPABASE_KEY : ${{ secrets.NEXT_PUBLIC_SUPABASE_KEY }}
6767 CAPAWESOME_TOKEN : ${{ secrets.CAPAWESOME_TOKEN }}
68+ commitMessage : $(git log -1 --pretty=format:"%s")
69+ commitRef : ${{ github.head_ref || github.ref_name }}
70+ commitSha : ${{ github.sha }}
6871 run : yarn android-live-update
Original file line number Diff line number Diff line change 11{
2- "version" : 7
2+ "version" : 8
33}
Original file line number Diff line number Diff line change @@ -9,4 +9,7 @@ yarn build-web-view
99npx @capawesome/cli apps:bundles:create \
1010 --app-id 969bc540-8077-492f-8403-b554bee5de50 \
1111 --channel default \
12+ --commitMessage $commitMessage \
13+ --commitRef $commitRef \
14+ --commitSha $commitSha \
1215 --path web/out
You can’t perform that action at this time.
0 commit comments