Skip to content

Revert to bundle update and fastlane build #6

Revert to bundle update and fastlane build

Revert to bundle update and fastlane build #6

Workflow file for this run

name: build-ios-app
on:
push:
branches-ignore:
- main
- develop
jobs:
build:
runs-on: macOS
steps:
- uses: actions/checkout@v2
- run: |
bundle update
bundle exec fastlane build