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

17 lines
360 B
YAML
Vendored

name: Release to Homebrew
on:
workflow_run:
workflows: ["Release to PyPI"]
types:
- completed
workflow_dispatch:
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}}