Skip to content

Instantly share code, notes, and snippets.

@shafayathossain
Last active December 3, 2021 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shafayathossain/850180ccceb97fbfd1715a879879a998 to your computer and use it in GitHub Desktop.
Save shafayathossain/850180ccceb97fbfd1715a879879a998 to your computer and use it in GitHub Desktop.
Step to run Fastlane Project from Github Workflow
- name: Build and distribute app
run: |
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
git config --global user.email ${{github.event.pusher.email}}
git config --global user.name ${{github.event.pusher.name}}
bundle exec fastlane build_and_distribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment