You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to install from this repository with Homebrew, use:
267
279
268
-
The tag-based release workflow also performs the tap update and verification step, so the release job fails if the tap does not match the published version.
269
-
270
-
`update-homebrew-tap.yml` remains available as a manual repair path if a release needs the tap formula to be resynced explicitly.
271
-
272
-
To enable automatic tap updates, add this secret to the `mtop` GitHub repository:
280
+
```bash
281
+
brew install lxrzlyr/mtop/mtop
282
+
```
273
283
274
-
-`HOMEBREW_TAP_SSH_KEY`
284
+
To refresh the formula for a new version locally, regenerate or update `Formula/mtop.rb` so that its `url` and `sha256` match the new source release asset.
275
285
276
-
That key should be a deploy key or SSH key with write access to `lxrzlyr/homebrew-mtop`.
286
+
The release workflow now only builds, packages, and uploads artifacts for this repository.
0 commit comments