1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00

adding homebrew action

This commit is contained in:
deadc0de6
2022-06-05 21:45:47 +02:00
parent 243901d1a1
commit 70e19a9aa9

12
.github/workflows/homebrew-release.yml vendored Normal file
View File

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