Skip to content

Commit d99bda2

Browse files
committed
fix(ci): iterate on the homebrew pipeline
Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent 19a2ea7 commit d99bda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
publish-to-brew:
1717
name: post / homebrew
1818
runs-on: macos-latest
19-
if: (github.event_name == 'push' && contains(github.event.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && ${{ github.event.inputs.do-homebrew }})
19+
if: (github.event_name == 'push' && contains(github.event.ref, 'refs/tags/v')) || github.event_name == 'workflow_dispatch'
2020
steps:
2121
- uses: actions/create-github-app-token@v1
2222
id: app-token

0 commit comments

Comments
 (0)