We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb413b3 commit 45b445cCopy full SHA for 45b445c
Releases/update-versions.py
@@ -238,10 +238,8 @@ def PushPodspecs(version_data):
238
warnings_ok = ''
239
240
podspec = '{}.podspec'.format(pod)
241
- json = os.path.join(tmp_dir, '{}.json'.format(podspec))
242
- LogOrRun('pod ipc spec {} > {}'.format(podspec, json))
243
- LogOrRun('pod repo push --skip-tests {} {}{}'.format(GetCpdcInternal(),
244
- json, warnings_ok))
+ LogOrRun('pod repo push --skip-tests --use-json {} {}{}'
+ .format(GetCpdcInternal(), podspec, warnings_ok))
245
os.system('rm -rf {}'.format(tmp_dir))
246
247
0 commit comments