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 9c8cd12 commit 6e619adCopy full SHA for 6e619ad
.github/workflows/cocoapods-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Deploy to CocoaPods
20
run: |
21
- pod spec lint --allow-warnings
22
- pod trunk push --allow-warnings
+ pod spec lint --allow-warnings --quick
+ pod trunk push --skip-import-validation --skip-tests --allow-warnings
23
env:
24
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
0 commit comments