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 @@ -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
You can’t perform that action at this time.
0 commit comments