fix: add integrate args to cocoapods action args (#2)
This commit is contained in:
parent
74d3527b40
commit
502c7b06e4
@ -51,7 +51,8 @@ module Fastlane
|
||||
Actions::CocoapodsAction.run(
|
||||
clean_install: true,
|
||||
clean: true,
|
||||
integrate: true
|
||||
integrate: true,
|
||||
podfile: "./Podfile"
|
||||
)
|
||||
|
||||
# Set up code signing using match
|
||||
|
Loading…
x
Reference in New Issue
Block a user