mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 23:14:47 +00:00
fix homebrew gh action
This commit is contained in:
8
.github/workflows/homebrew-release.yml
vendored
8
.github/workflows/homebrew-release.yml
vendored
@@ -4,12 +4,12 @@ on:
|
||||
workflows: ["Release to PyPI"]
|
||||
types:
|
||||
- completed
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
homebrew-core:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mislav/bump-homebrew-formula-action@v2
|
||||
- uses: dawidd6/action-homebrew-bump-formula@v3
|
||||
with:
|
||||
formula-name: dotdrop
|
||||
env:
|
||||
COMMITTER_TOKEN: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}
|
||||
token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}
|
||||
formula: dotdrop
|
||||
|
||||
Reference in New Issue
Block a user