Skip to content

Homebrew Release

Homebrew Release #7

# -------------------------------------------------------------------
# ------------------------------- WARNING ---------------------------
# -------------------------------------------------------------------
#
# This file was automatically generated by gh-workflows using the
# gh-workflow-gen bin. You should add and commit this file to your
# git repository. **DO NOT EDIT THIS FILE BY HAND!** Any manual changes
# will be lost if the file is regenerated.
#
# To make modifications, update your `build.rs` configuration to adjust
# the workflow description as needed, then regenerate this file to apply
# those changes.
#
# -------------------------------------------------------------------
# ----------------------------- END WARNING -------------------------
# -------------------------------------------------------------------
name: Homebrew Release
on:
release:
types:
- published
permissions:
contents: write
pull-requests: write
jobs:
homebrew_release:
name: homebrew_release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: antinomyhq/homebrew-code-forge
ref: main
token: ${{ secrets.HOMEBREW_ACCESS }}
- run: GITHUB_TOKEN="${{ secrets.HOMEBREW_ACCESS }}" ./update-formula.sh ${{ github.event.release.tag_name }}