Release 2.12.10 #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Bump Homebrew formula | |
on: | |
push: | |
tags: | |
- '*' | |
jobs: | |
bump-homebrew-formula: | |
name: Bump Homebrew formula | |
runs-on: macos-latest | |
steps: | |
- name: Homebrew bump formula | |
uses: dawidd6/[email protected] | |
with: | |
formula: cartridge-cli | |
token: ${{ secrets.BUMP_HOMEBREW_FORMULA_TOKEN }} |