Skip to content

Add a GitHub action to run fastlane beta, which builds the app, and w… #1

Add a GitHub action to run fastlane beta, which builds the app, and w…

Add a GitHub action to run fastlane beta, which builds the app, and w… #1

name: "build and submit to testflight"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install gems
working-directory: apps/ios
run: bundle install
- name: setup and build with fastlane
working-directory: apps/ios
run: bundle exec fastlane beta
env:

Check failure on line 19 in .github/workflows/build-for-testflight.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-for-testflight.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}