We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972a7f6 commit 58b1695Copy full SHA for 58b1695
.goreleaser.yaml
@@ -113,11 +113,14 @@ release:
113
114
# Homebrew Tap configuration
115
brews:
116
- - repository:
+ - name: scriberr
117
+ repository:
118
owner: rishikanthc
119
name: homebrew-scriberr
120
branch: main
121
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
122
+ # Ensure the formula is placed under the conventional Formula/ folder
123
+ folder: Formula
124
homepage: https://github.com/rishikanthc/Scriberr
125
description: "Audio transcription service using WhisperX with speaker diarization"
126
license: MIT
0 commit comments