1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 22:04:44 +00:00
Files
dotdrop/.github/workflows/homebrew-release.yml
2022-06-26 21:49:33 +02:00

12 lines
265 B
YAML
Vendored

name: Release to Homebrew
on:
release:
types: [created]
jobs:
homebrew-core:
runs-on: ubuntu-latest
steps:
- uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}
formula: dotdrop