Skip to content

Commit

Permalink
fix locale for fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Feb 7, 2024
1 parent fb1a5f3 commit 9f79cd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ unit_tests:
./run_tests.sh --scheme swift-web3modal-Package

release:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
fastlane release_testflight token:$(TOKEN) project_id:$(PROJECT_ID)

0 comments on commit 9f79cd8

Please sign in to comment.