Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/DDD-Community/OPeace int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
Roy-wonji committed Sep 4, 2024
2 parents 09c5dc4 + f8c2c5b commit a81405f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:

# Run Fastlane with the specified environment variables for deployment
# Run Fastlane with the specified environment variables for deployment
- name: Run Fastlane QA_GIT
- name: Run Fastlane QA
run: |
export PATH="$HOME/.local/share/mise/shims:$PATH" # Ensure PATH is updated in each step
# Specify the username directly in the Fastlane match commands
bundle exec fastlane QA_GIT
bundle exec fastlane QA
working-directory: ./OPeace
env:
APP_NAME: "OPeace"
Expand Down

0 comments on commit a81405f

Please sign in to comment.