mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 01:34:42 +00:00
16 lines
335 B
YAML
Vendored
16 lines
335 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: dawidd6/action-homebrew-bump-formula@v3
|
|
with:
|
|
token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}
|
|
formula: dotdrop
|