File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 32
32
args : release --clean
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
- HOMEBREW_TAP_GITHUB_TOKEN : ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
35
+ HOMEBREW_GITHUB_API_TOKEN : ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
36
36
Original file line number Diff line number Diff line change @@ -27,15 +27,20 @@ archives:
27
27
- goos : windows
28
28
format : zip
29
29
30
+ changelog :
31
+ disable : true
32
+
30
33
brews :
31
34
- name : doconvo
32
35
homepage : " https://github.com/MegaGrindStone/doconvo"
33
36
description : " Document conversation assistant with RAG capabilities"
37
+ directory : Formula
34
38
repository :
35
39
owner : MegaGrindStone
36
40
name : homebrew-tap
37
- install : |
38
- bin.install "doconvo"
41
+ commit_author :
42
+ name : goreleaserbot
43
+
39
44
40
45
checksum :
41
46
name_template : ' checksums.txt'
You can’t perform that action at this time.
0 commit comments