1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 06:48:49 +00:00

adding homebrew action

This commit is contained in:
deadc0de6
2022-05-17 23:13:44 +02:00
committed by deadc0de
parent 84f7e49996
commit 3141c32ae2

17
.github/workflows/brew-release.yml vendored Normal file
View File

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