mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 21:24:15 +00:00
adding homebrew action
This commit is contained in:
12
.github/workflows/homebrew-release.yml
vendored
Normal file
12
.github/workflows/homebrew-release.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user