Skip to content

Publish Homebrew Release #10

Publish Homebrew Release

Publish Homebrew Release #10

name: Publish Homebrew Release
on:
workflow_run:
workflows: ["Build and Upload .NET binary"]
types:
- completed
jobs:
build-and-pack:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: mislav/bump-homebrew-formula-action@v3
name: Bump Homebrew formula
with:
formula-name: busly-cli
homebrew-tap: tragiccode/homebrew-tap-busly-cli
tag-name: ${{ github.event.release.tag_name }}
download-url: https://github.com/TraGicCode/busly-cli/releases/download/${{ github.event.release.tag_name }}/busly-cli-${{ github.event.release.tag_name }}-osx-arm64.tar.gz
env:
COMMITTER_TOKEN: ${{ secrets.GH_TOKEN_FOR_HOMEBREW_PUBLISH }}