Skip to content

Commit 26a6473

Browse files
committed
fix(ci): remove dependency for homebrew pipeline
Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent 98db559 commit 26a6473

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-to-homebrew.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
# https://github.com/mislav/bump-homebrew-formula-action
1616
publish-to-brew:
1717
name: post / homebrew
18-
needs: [doing-a-build]
1918
runs-on: macos-latest
2019
if: (github.event_name == 'push' && contains(github.event.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && ${{ github.event.inputs.do-homebrew }})
2120
steps:

0 commit comments

Comments
 (0)