Skip to content

Commit

Permalink
maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Feb 16, 2024
1 parent 700d1e2 commit 778083d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy-nightly-testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- hailey/use-eas-version-code
-

jobs:
build:
name: Deploy Nightly Testflight Release
Expand Down Expand Up @@ -45,17 +45,14 @@ jobs:
with:
version: 1.14.3

- name: 💾 Setup Ruby + Cache Gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: 💾 Cache Pods
uses: actions/cache@v3
id: pods-cache
with:
path: ./ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}
# We'll use the yarn.lock for our hash since we don't yet have a Podfile.lock. Pod versions will not
# change unless the yarn version changes as well.
key: ${{ runner.os }}-pods-${{ hashFiles('./yarn.lock') }}

- name: 🏗️ EAS Build
run: yarn use-build-number eas build -p ios --profile github --local --output build.ipa --non-interactive

0 comments on commit 778083d

Please sign in to comment.