This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Original file line number Diff line number Diff line change 73
73
asset_name : swift-doc-${{ github.event.release.tag_name }}.linux.bottle.tar.gz
74
74
asset_content_type : application/gzip
75
75
76
+ homebrew :
77
+ name : Update Homebrew formula
78
+ runs-on : ubuntu-latest
79
+ needs : [macos, linux]
80
+ steps :
81
+ - uses : SwiftDocOrg/update-homebrew-formula@main
82
+ with :
83
+ repository : SwiftDocOrg/swift-doc
84
+ tap : SwiftDocOrg/homebrew-formulae
85
+ formula : Formula/swift-doc.rb
86
+ env :
87
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88
+
76
89
docker :
77
90
name : Build and push Docker container
78
91
@@ -102,19 +115,3 @@ jobs:
102
115
tags : |
103
116
swiftdoc/swift-doc:latest
104
117
swiftdoc/swift-doc:${{ github.event.release.tag_name }}
105
-
106
- homebrew :
107
- name : Update Homebrew formula
108
- runs-on : ubuntu-latest
109
- needs : [macos, linux]
110
- steps :
111
- - uses : mislav/bump-homebrew-formula-action@v1
112
- with :
113
- formula-name : swift-doc
114
- homebrew-tap : SwiftDocOrg/homebrew-formulae
115
- base-branch : master
116
- download-url : https://github.com/SwiftDocOrg/swift-doc/archive/${{ github.event.release.tag_name }}.tar.gz
117
- commit-message : " Update formula swift-doc to ${{ github.event.release.tag_name }}"
118
- env :
119
- COMMITTER_TOKEN : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
120
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments