Skip to content

Commit

Permalink
Api key path to latest build number
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed Jul 17, 2024
1 parent 2745b41 commit 46e11a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ platform :ios do
end

def bump_build_number()
latest_build_number = latest_testflight_build_number(initial_build_number: 0)
latest_build_number = latest_testflight_build_number(initial_build_number: 0,api_key_path: "fastlane/store.json")
return (latest_build_number + 1)
end
end

0 comments on commit 46e11a3

Please sign in to comment.