File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed
Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -163,14 +163,10 @@ jobs:
163163 asset_name : rswift-${{ github.event.release.tag_name }}.pkg
164164 asset_content_type : application/pkg
165165
166- # - name: Publish to Cocoapods
167- # run: |
168- # export POD_VERSION=$TAG_NAME
169- # pod trunk push --allow-warnings
170- # env:
171- # TAG_NAME: ${{ github.event.release.tag_name }}
172- # COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
173-
174- - name : Publish to Homebrew
175- run : brew bump-formula-pr --tag $TAG_NAME --revision $REVISION rswift || exit 0
176-
166+ - name : Publish to Cocoapods
167+ run : |
168+ export POD_VERSION=$TAG_NAME
169+ pod trunk push --allow-warnings
170+ env :
171+ TAG_NAME : ${{ github.event.release.tag_name }}
172+ COCOAPODS_TRUNK_TOKEN : ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Pod::Spec.new do |spec|
2525 spec . swift_version = "5.7"
2626
2727 spec . osx . deployment_target = '10.15'
28- spec . ios . deployment_target = '11 '
29- spec . tvos . deployment_target = '11 '
28+ spec . ios . deployment_target = '12 '
29+ spec . tvos . deployment_target = '12 '
3030 spec . watchos . deployment_target = '4'
3131
3232 spec . preserve_paths = "rswift"
You can’t perform that action at this time.
0 commit comments