Skip to content

Commit

Permalink
fix: readonly match
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Mar 3, 2025
1 parent ffbd07f commit d254d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/lanes/lane_build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
match(
type: "appstore",
app_identifier: app_identifier,
readonly: false,
readonly: is_ci?,
keychain_name: "github_actions_keychain",
keychain_password: ENV["KEYCHAIN_PASSWORD"]
)
Expand Down

0 comments on commit d254d0c

Please sign in to comment.