Skip to content

Commit

Permalink
feat: create preview action
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Dec 16, 2023
1 parent 0e23917 commit 7f1e06f
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,14 @@ jobs:
eas-version: latest
token: ${{ secrets.FOAM_RELEASE_TOKEN }}

# - name: Configure update for ios
# run: eas update --configure --non-interactive --platform=ios

- name: Configure build for ios
run: eas build --configure --non-interactive --platform=ios
# - name: Create device for ios
# run: eas device:create --non-interactive --platform=ios

- name: Configure update for ios
run: eas update --configure --non-interactive --platform=ios

- name: Create device for ios
run: eas device:create --non-interactive --platform=ios

- name: Start build for ios
run: eas build --local --non-interactive --platform=ios --profile=prerelease-${{ github.sha }}
# - name: Start build for ios
# run: eas build --local --non-interactive --platform=ios --profile=prerelease-${{ github.sha }}

- name: update eas
run: eas update --non-interactive --platform=ios --profile=prerelease-${{ github.sha }}
run: eas update --non-interactive --platform=ios --profile=prerelease-${{ github.sha }} --channel=prerelease

0 comments on commit 7f1e06f

Please sign in to comment.