Skip to content

Commit 30aa14f

Browse files
Setting up CI/CD for eas deployment
1 parent 5e10407 commit 30aa14f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/seekbeat.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: expo/expo-github-action@v8
2222
with:
2323
eas-version: latest
24-
# expo-version: false
2524
token: ${{ secrets.EAS_ACCESS_TOKEN }}
2625
- run: npm ci
2726
- run: npm run build
@@ -35,7 +34,7 @@ jobs:
3534
- uses: expo/expo-github-action@v8
3635
with:
3736
eas-version: latest
38-
expo-version: false
37+
packager: npm
3938
token: ${{ secrets.EAS_ACCESS_TOKEN }}
4039
- run: npm ci
4140
- run: npm run build

0 commit comments

Comments
 (0)