Merge pull request #321 from TouchInstinct/feature/ecommerce

feat: change push_to_podspecs.sh
This commit is contained in:
Grigory Boyko 2022-08-05 10:29:06 +07:00 committed by GitHub
commit 2c8fc0a8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ ORDERED_PODSPECS="../TISwiftUtils/TISwiftUtils.podspec
../TIMapUtils/TIMapUtils.podspec
../TIAppleMapUtils/TIAppleMapUtils.podspec
../TIGoogleMapUtils/TIGoogleMapUtils.podspec
../TIYandexMapUtils/TIYandexMapUtils.podspec"
../TIYandexMapUtils/TIYandexMapUtils.podspec
../TIEcommerce/TIEcommerce.podspec"
for podspec_path in ${ORDERED_PODSPECS}; do
bundle exec pod repo push git@github.com:TouchInstinct/Podspecs ${podspec_path} --allow-warnings