fix: add integrate args to cocoapods action args (#2)

This commit is contained in:
Malo Léon 2023-04-27 18:20:00 +02:00
parent d88276a0ec
commit 74d3527b40

View File

@ -50,7 +50,8 @@ module Fastlane
# Install Cocoapods # Install Cocoapods
Actions::CocoapodsAction.run( Actions::CocoapodsAction.run(
clean_install: true, clean_install: true,
clean: true clean: true,
integrate: true
) )
# Set up code signing using match # Set up code signing using match