Update fastlane-build.yml
This commit is contained in:
parent
e11d10ca79
commit
3a6175c533
|
@ -18,7 +18,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6 # Not needed with a .ruby-version file
|
ruby-version: 2.6 # Not needed with a .ruby-version file
|
||||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||||
- run: bundle exec rake
|
|
||||||
- name: Carthage
|
- name: Carthage
|
||||||
run: "carthage update"
|
run: "carthage update"
|
||||||
- uses: maierj/fastlane-action@v2.0.1
|
- uses: maierj/fastlane-action@v2.0.1
|
||||||
|
|
Loading…
Reference in New Issue