Skip to content

Commit

Permalink
Don't expire builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Bates committed Oct 4, 2024
1 parent 013f534 commit 770d5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ platform :ios do
app_identifier: configuration.app_bundle_identifier,
distribute_external: true,
notify_external_testers: true,
expire_previous_builds: true,
expire_previous_builds: false,
groups: ['ea1ce2a9-df32-462b-a2fe-3cb262968f89'],
changelog: 'Automated internal build',
api_key: app_store_key
Expand Down

0 comments on commit 770d5e2

Please sign in to comment.