Skip to content

Commit 8d26021

Browse files
authored
Disable CocoaPods again, trunk push fails
1 parent d5f218c commit 8d26021

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
@@ -163,13 +163,13 @@ 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 }}
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 }}
173173

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

0 commit comments

Comments
 (0)