mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-24 16:55:07 +00:00
19 lines
358 B
YAML
Vendored
19 lines
358 B
YAML
Vendored
name: Release to Homebrew
|
|
#on:
|
|
# release:
|
|
# types: [created]
|
|
# workflow_dispatch:
|
|
on:
|
|
workflow_run:
|
|
workflows: []
|
|
types:
|
|
- requested
|
|
jobs:
|
|
homebrew-core:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dawidd6/action-homebrew-bump-formula@v3
|
|
with:
|
|
token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}
|
|
formula: dotdrop
|