Modify ↓
Opened 3 years ago
Last modified 2 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 Changed 3 years ago by
Keywords: | macOS brew cask install homebrew added |
---|
comment:2 Changed 3 years ago by
Owner: | changed from team to Stereo |
---|---|
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!