Skip to content

Commit

Permalink
chore: disable readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
aeweda committed Aug 13, 2024
1 parent ac412a1 commit 74dcbe4
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 @@ -50,7 +50,7 @@ platform :ios do
if is_ci
setup_ci
end
match(type: "appstore", force: true)
match(type: "appstore", readonly: false, force: true)
end

############ ? Beta(Testflight) Lane ############
Expand Down

0 comments on commit 74dcbe4

Please sign in to comment.