diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 5a29aa1a..b7d3679b 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -36,10 +36,14 @@ end desc "Set all the API keys required for distribution" lane :oss do oss_keys - + artsy_specs_update cocoapods end +lane :artsy_specs_update do + sh 'bundle exec pod repo update artsy' +end + desc "Release a new beta version on Hockey" desc "This action does the following:" desc ""