Skip to content

Commit 58b1695

Browse files
committed
fix homebrew package
1 parent 972a7f6 commit 58b1695

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,14 @@ release:
113113
114114
# Homebrew Tap configuration
115115
brews:
116-
- repository:
116+
- name: scriberr
117+
repository:
117118
owner: rishikanthc
118119
name: homebrew-scriberr
119120
branch: main
120121
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
122+
# Ensure the formula is placed under the conventional Formula/ folder
123+
folder: Formula
121124
homepage: https://github.com/rishikanthc/Scriberr
122125
description: "Audio transcription service using WhisperX with speaker diarization"
123126
license: MIT

0 commit comments

Comments
 (0)