Skip to content

Commit

Permalink
fix: make nightly profile appstore type
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 1, 2024
1 parent 7b575c0 commit 2b22c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ platform :ios do
git_basic_authorization: Base64.strict_encode64("#{ENV["GIT_REPO_USER"]}:#{ENV["GH_TOKEN"]}"),
)
match(
type: "adhoc",
type: "appstore",
app_identifier: ["com.ledger.live.nightly"],
force: true,
generate_apple_certs: true,
Expand Down

0 comments on commit 2b22c7d

Please sign in to comment.