Skip to content

Commit d5f218c

Browse files
authored
Testing CocoaPods release again
1 parent 384eab8 commit d5f218c

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)