File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments