Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 0c3ea46

Browse files
committed
fix: add EXPO_ROUTER_APP_ROOT to .env file creation step
1 parent 8be8ea8 commit 0c3ea46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
echo "SUPABASE_URL=${{ secrets.SUPABASE_URL }}" >> .env
3535
echo "SUPABASE_KEY=${{ secrets.SUPABASE_KEY }}" >> .env
36+
echo "EXPO_ROUTER_APP_ROOT=${{ secrets.EXPO_ROUTER_APP_ROOT }}" >> .env
3637
3738
- name: 📦 Install dependencies
3839
run: bun install

0 commit comments

Comments
 (0)