Skip to content

Commit ebde9a0

Browse files
committed
fix: temporarily disable homebrew pipeline
1 parent 0bec790 commit ebde9a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
update-homebrew:
185185
needs: release
186186
runs-on: ubuntu-latest
187-
if: ${{ secrets.HOMEBREW_TAP_DEPLOY_KEY != '' }}
187+
if: false # temporary disabled
188188

189189
steps:
190190
- name: Checkout

0 commit comments

Comments
 (0)