Skip to content

Commit 6e619ad

Browse files
authored
Speed up cocoapods publish step (#893)
1 parent 9c8cd12 commit 6e619ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cocoapods-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Deploy to CocoaPods
2020
run: |
21-
pod spec lint --allow-warnings
22-
pod trunk push --allow-warnings
21+
pod spec lint --allow-warnings --quick
22+
pod trunk push --skip-import-validation --skip-tests --allow-warnings
2323
env:
2424
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 commit comments

Comments
 (0)