Skip to content

Commit

Permalink
video sdk lint
Browse files Browse the repository at this point in the history
Change-Id: I08c9ff24c2520296b5d851e76ef594024dce5c4d
  • Loading branch information
tonychanchen committed Mar 16, 2023
1 parent 04cb38b commit 88c756c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploypod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
echo $VERSION
export LIB_VERSION=$VERSION
pod lib lint TIoTLinkKit.podspec --verbose --allow-warnings --skip-import-validation
pod trunk push TIoTLinkKit.podspec --verbose --allow-warnings --skip-import-validation
pod lib lint TIoTLinkKit.podspec --verbose --allow-warnings --use-libraries
pod trunk push TIoTLinkKit.podspec --verbose --allow-warnings --use-libraries
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.IOT_COCOAPODS_TRUNK_TOKEN }}

Expand All @@ -54,7 +54,7 @@ jobs:
export LIB_VERSION=$version
perl -i -pe "s#.*s.source =.*#\ts.source = { :git => 'https://github.com/tencentyun/iot-link-ios.git', :tag => \"$temptag\" }#g" TIoTLinkVideo.podspec
pod lib lint TIoTLinkVideo.podspec --verbose --allow-warnings --use-libraries
pod trunk push TIoTLinkVideo.podspec --verbose --allow-warnings --use-libraries
pod lib lint TIoTLinkVideo.podspec --verbose --allow-warnings --skip-import-validation
pod trunk push TIoTLinkVideo.podspec --verbose --allow-warnings --skip-import-validation
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.IOT_COCOAPODS_TRUNK_TOKEN }}

0 comments on commit 88c756c

Please sign in to comment.