File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 echo $VERSION
3030 export LIB_VERSION=$VERSION
3131
32- pod lib lint TIoTLinkKit.podspec --verbose --allow-warnings --skip-import-validation
33- pod trunk push TIoTLinkKit.podspec --verbose --allow-warnings --skip-import-validation
32+ pod lib lint TIoTLinkKit.podspec --verbose --allow-warnings --use-libraries
33+ pod trunk push TIoTLinkKit.podspec --verbose --allow-warnings --use-libraries
3434 env :
3535 COCOAPODS_TRUNK_TOKEN : ${{ secrets.IOT_COCOAPODS_TRUNK_TOKEN }}
3636
5454 export LIB_VERSION=$version
5555 perl -i -pe "s#.*s.source =.*#\ts.source = { :git => 'https://github.com/tencentyun/iot-link-ios.git', :tag => \"$temptag\" }#g" TIoTLinkVideo.podspec
5656
57- pod lib lint TIoTLinkVideo.podspec --verbose --allow-warnings --use-libraries
58- pod trunk push TIoTLinkVideo.podspec --verbose --allow-warnings --use-libraries
57+ pod lib lint TIoTLinkVideo.podspec --verbose --allow-warnings --skip-import-validation
58+ pod trunk push TIoTLinkVideo.podspec --verbose --allow-warnings --skip-import-validation
5959 env :
6060 COCOAPODS_TRUNK_TOKEN : ${{ secrets.IOT_COCOAPODS_TRUNK_TOKEN }}
You can’t perform that action at this time.
0 commit comments