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

This commit is contained in:
Malo Léon 2023-04-27 18:24:03 +02:00
parent 74d3527b40
commit 502c7b06e4

View File

@ -51,7 +51,8 @@ module Fastlane
Actions::CocoapodsAction.run( Actions::CocoapodsAction.run(
clean_install: true, clean_install: true,
clean: true, clean: true,
integrate: true integrate: true,
podfile: "./Podfile"
) )
# Set up code signing using match # Set up code signing using match