Last active
December 3, 2021 04:33
-
-
Save shafayathossain/850180ccceb97fbfd1715a879879a998 to your computer and use it in GitHub Desktop.
Step to run Fastlane Project from Github Workflow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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