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

This commit is contained in:
Malo Léon 2023-04-27 18:17:58 +02:00
parent ec414c9864
commit d88276a0ec

View File

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