Skip to content

Commit

Permalink
bundle exec fastlane ios increment_build_number
Browse files Browse the repository at this point in the history
Add "ios"
  • Loading branch information
bjornoleh committed Jun 22, 2024
1 parent 95208be commit fd2b31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo "Previous build number not found. Setting to 0."
echo "0" > build_number/build_number.txt
fi
bundle exec fastlane increment_build_number
bundle exec fastlane ios increment_build_number
echo "BUILD_NUMBER=$(cat build_number/build_number.txt)" >> $GITHUB_ENV
env:
TEAMID: ${{ secrets.TEAMID }}
Expand Down

0 comments on commit fd2b31c

Please sign in to comment.