Skip to content

New patch release

New patch release #18

Workflow file for this run

name: homebrew
on:
push:
tags: 'v*'
workflow_dispatch: # This allows manual triggering
jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v3
with:
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
formula-name: orbiton
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}