Commit 4bc3682
committed
fix: split Homebrew tap update into its own ubuntu job
Justintime50/homebrew-releaser is a Docker-based action; Docker
actions only run on Linux runners. Our `release` job runs on
`macos-latest` to cross-compile darwin binaries, so the embedded
tap-update step failed with `Container action is only supported on
Linux` after v0.2.2 was published, leaving the tap formula at 0.2.0.
Mirror putdotio/putio-cli's split: keep the Release job on macos for
the build, expose its semantic-release outputs, and run the
Justintime50 action in a separate ubuntu-latest job downstream.1 parent fad0b3f commit 4bc3682
1 file changed
Lines changed: 20 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
| |||
150 | 158 | | |
151 | 159 | | |
152 | 160 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
162 | 173 | | |
163 | 174 | | |
164 | 175 | | |
| |||
0 commit comments