Skip to content

Commit 88c756c

Browse files
committed
video sdk lint
Change-Id: I08c9ff24c2520296b5d851e76ef594024dce5c4d
1 parent 04cb38b commit 88c756c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploypod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
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

@@ -54,7 +54,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)