mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 22:34:10 +00:00
fix brew action
This commit is contained in:
6
.github/workflows/brew-release.yml
vendored
6
.github/workflows/brew-release.yml
vendored
@@ -7,11 +7,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
homebrew-core:
|
homebrew-core:
|
||||||
name: homebrew-core
|
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Update Homebrew formula
|
- uses: dawidd6/action-homebrew-bump-formula@v3
|
||||||
uses: dawidd6/action-homebrew-bump-formula@v3
|
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}
|
token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}
|
||||||
formula: dotdrop
|
formula: dotdrop
|
||||||
Reference in New Issue
Block a user