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 f11365a commit 2934d9cCopy full SHA for 2934d9c
.github/workflows/deploypod.yml
@@ -52,7 +52,7 @@ jobs:
52
echo $version
53
54
export LIB_VERSION=$version
55
- perl -i -pe "s#.*s.source =.*#\ts.source = { :git => 'https://github.com/tencentyun/iot-link-ios.git', :tag => \"$temptag\" }#g" TIoTLinkVideo.podspec
+ perl -i -pe "s#.*s.source =.*#\ts.source = { :git => 'https://github.com/tencentyun/iot-link-ios.git', :tag => \"$temptag\" }#g" IoTVideoAdvanced.podspec
56
57
pod lib lint IoTVideoAdvanced.podspec --verbose --allow-warnings --skip-import-validation
58
pod trunk push IoTVideoAdvanced.podspec --verbose --allow-warnings --skip-import-validation
0 commit comments