File tree 3 files changed +23494
-19
lines changed
3 files changed +23494
-19
lines changed Original file line number Diff line number Diff line change 5
5
- ft-app-deployment
6
6
7
7
jobs :
8
- build :
8
+ Publish :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- # - name: 🏗 Setup repo
12
- # uses: actions/checkout@v4
13
- # with:
14
- # fetch-depth: 1
11
+ - name : 🏗 Setup repo
12
+ uses : actions/checkout@v4
13
+ with :
14
+ fetch-depth : 1
15
15
16
- # - name: 🏗 Setup EAS
17
- # uses: expo/expo-github-action@v8
18
- # with:
19
- # eas -version: latest
20
- # token: ${{ secrets.EXPO_TOKEN }}
16
+ - name : 🏗 Setup Node
17
+ uses : actions/setup-node@v4
18
+ with :
19
+ node -version : 20.x
20
+ cache : npm
21
21
22
- # - name: 📦 Install dependencies
23
- # run: npm install
22
+ - name : 🏗 Setup EAS
23
+ uses : expo/expo-github-action@v8
24
+ with :
25
+ eas-version : latest
26
+ token : ${{ secrets.EXPO_TOKEN }}
24
27
25
- # - name: 🚀 Build & Submit app
26
- # run: eas build --platform $PLATFORM --profile $PROFILE --auto-submit --non-interactive
27
- - name : Check environment variables
28
- run : echo "PLATFORM: $PLATFORM, PROFILE: $PROFILE"
28
+ - name : 📦 Install dependencies
29
+ run : npm install
30
+
31
+ - name : 🚀 Build & Submit app
32
+ run : eas build --platform $PLATFORM --profile $PROFILE --auto-submit --non-interactive
29
33
env :
30
- PLATFORM : ${{ env .BUILD_PLATFORM }}
31
- PROFILE : ${{ env .BUILD_PROFILE }}
34
+ PLATFORM : ${{ vars .BUILD_PLATFORM }}
35
+ PROFILE : ${{ vars .BUILD_PROFILE }}
Original file line number Diff line number Diff line change 3
3
4
4
# dependencies
5
5
/node_modules
6
- package-lock.json
7
6
8
7
# misc
9
8
.env
You can’t perform that action at this time.
0 commit comments