1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 05:04:43 +00:00
Files
dotdrop/.github/workflows/homebrew-release.yml
2023-01-13 14:26:16 +01:00

16 lines
339 B
YAML
Vendored

name: Release to Homebrew
on:
workflow_run:
workflows: ["Release to PyPI"]
types:
- completed
jobs:
homebrew-core:
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v2
with:
formula-name: dotdrop
env:
COMMITTER_TOKEN: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}