File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,14 @@ jobs:
5454 with :
5555 node-version : ' 22'
5656
57+ - name : Install dependencies
58+ if : steps.check.outputs.changed == 'true'
59+ run : yarn install
60+
5761 - name : Deploy live update
5862 if : steps.check.outputs.changed == 'true'
5963 env :
60- NEXT_PUBLIC_FIREBASE_API_KEY : ${{ secrets.FIREBASE_API_KEY }}
61- NEXT_PUBLIC_SUPABASE_INSTANCE_ID : ${{ secrets.SUPABASE_INSTANCE_ID }}
62- NEXT_PUBLIC_SUPABASE_KEY : ${{ secrets.SUPABASE_KEY }}
64+ NEXT_PUBLIC_FIREBASE_API_KEY : ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
65+ NEXT_PUBLIC_SUPABASE_INSTANCE_ID : ${{ secrets.NEXT_PUBLIC_SUPABASE_INSTANCE_ID }}
66+ NEXT_PUBLIC_SUPABASE_KEY : ${{ secrets.NEXT_PUBLIC_SUPABASE_KEY }}
6367 run : yarn android-live-update
You can’t perform that action at this time.
0 commit comments