Skip to content

Commit 0093949

Browse files
committed
Re-enable CocoaPods
1 parent 5e8ac2f commit 0093949

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff 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 }}

R.swift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)