File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 79
79
asset_name : rswift-${{ github.event.release.tag_name }}.zip
80
80
asset_content_type : application/zip
81
81
82
- - name : Publish to Cocoapods
83
- run : |
84
- export POD_VERSION=$TAG_NAME
85
- pod trunk push
86
- env :
87
- TAG_NAME : ${{ github.event.release.tag_name }}
88
- COCOAPODS_TRUNK_TOKEN : ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
89
-
90
82
- name : Archive PKG
91
83
run : |
92
84
mkdir -p $PKG_ROOT/$BINARY_ROOT
@@ -119,6 +111,14 @@ jobs:
119
111
asset_name : rswift-${{ github.event.release.tag_name }}.pkg
120
112
asset_content_type : application/pkg
121
113
114
+ - name : Publish to Cocoapods
115
+ run : |
116
+ export POD_VERSION=$TAG_NAME
117
+ pod trunk push
118
+ env :
119
+ TAG_NAME : ${{ github.event.release.tag_name }}
120
+ COCOAPODS_TRUNK_TOKEN : ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
121
+
122
122
- name : Publish to Homebrew
123
123
run : brew bump-formula-pr --tag $TAG_NAME --revision $REVISION rswift || exit 0
124
124
You can’t perform that action at this time.
0 commit comments