mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 06:19:17 +00:00
fix brew action
This commit is contained in:
10
.github/workflows/brew-release.yml
vendored
10
.github/workflows/brew-release.yml
vendored
@@ -1,15 +1,13 @@
|
|||||||
name: PR Homebrew formula
|
name: PR Homebrew formula
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
homebrew-core:
|
homebrew-core:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- 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