Modify ↓
Opened 5 years ago
Last modified 5 years ago
#19767 assigned enhancement
What about auto-updates of Homebrew Cask
| Reported by: | korzhyk | Owned by: | Stereo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Installer MacOS | Version: | |
| Keywords: | macOS, brew, cask, install, homebrew | Cc: |
Description
Can we use this GitHub action for auto-update cask?
- name: Update JOSM cask in Homebrew
if: ${{ runner.os == 'macos' && always() }}
uses: mislav/bump-homebrew-formula-action@v1.7
with:
download-url: https://josm.openstreetmap.de/download/macosx/josm-macosx-${{ env.josm_revision }}.zip
homebrew-tap: Homebrew/homebrew-cask
commit-message: "Update {{formulaName}} to ${{ env.josm_revision }}"
Attachments (0)
Change History (3)
comment:1 by , 5 years ago
| Keywords: | macOS brew cask install homebrew added |
|---|
comment:2 by , 5 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.



YES! That's brilliant. I've been working on creating the macOS builds on Github Actions, and will add this when we switch to them.
Thank you!