Skip to content

Commit

Permalink
ci: sigh keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Apr 5, 2024
1 parent 163f26f commit e8acd66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ platform :ios do
keychain_name: "temp_keychain",
keychain_password: "",
)
sigh
sigh(
keychain_name: "temp_keychain",
keychain_password: "",
)
sh("cd .. && ./scripts/build.sh pre")
begin
build_app(
Expand Down

0 comments on commit e8acd66

Please sign in to comment.