mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 20:54:51 +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:
|
||||
homebrew-core:
|
||||
name: homebrew-core
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Update Homebrew formula
|
||||
uses: dawidd6/action-homebrew-bump-formula@v3
|
||||
steps:
|
||||
- uses: dawidd6/action-homebrew-bump-formula@v3
|
||||
with:
|
||||
token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}
|
||||
formula: dotdrop
|
||||
Reference in New Issue
Block a user