Skip to content

Commit cc867f6

Browse files
authored
Disable Publish to CocoaPods
1 parent 03e23fa commit cc867f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ jobs:
111111
asset_name: rswift-${{ github.event.release.tag_name }}.pkg
112112
asset_content_type: application/pkg
113113

114-
- name: Publish to Cocoapods
115-
run: |
116-
export POD_VERSION=$TAG_NAME
117-
pod trunk push --allow-warnings
118-
env:
119-
TAG_NAME: ${{ github.event.release.tag_name }}
120-
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
114+
# - name: Publish to Cocoapods
115+
# run: |
116+
# export POD_VERSION=$TAG_NAME
117+
# pod trunk push --allow-warnings
118+
# env:
119+
# TAG_NAME: ${{ github.event.release.tag_name }}
120+
# COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
121121

122122
- name: Publish to Homebrew
123123
run: brew bump-formula-pr --tag $TAG_NAME --revision $REVISION rswift || exit 0

0 commit comments

Comments
 (0)