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:
163
163
asset_name : rswift-${{ github.event.release.tag_name }}.pkg
164
164
asset_content_type : application/pkg
165
165
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 }}
173
173
174
174
- name : Publish to Homebrew
175
175
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