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 17d9472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
${{ runner.os }}-spm-
- name: Release
shell: bash
shell: '{0}'
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ unit_tests:
./run_tests.sh --scheme swift-web3modal-Package

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

0 comments on commit 17d9472

Please sign in to comment.