Skip to content

Commit

Permalink
main - fastfile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Mar 21, 2022
1 parent e9b65cd commit 3b64e4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ platform :android do

# ensure repo is clean and on master
ensure_git_status_clean
ensure_git_branch
ensure_git_branch(
branch: 'main'
)

# pull latest changes and fetch tags
git_pull
Expand Down

0 comments on commit 3b64e4b

Please sign in to comment.