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 0007306
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
${{ runner.os }}-spm-
- name: Release
shell: bash
shell: /bin/zsh -e {0}
env:
LANGUAGE: en_US.UTF-8
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_USER: ${{ secrets.GH_USER }}
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 0007306

Please sign in to comment.