Skip to content

Commit ac56388

Browse files
Fix brews env variable name
1 parent f031d3d commit ac56388

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
args: release --clean
3333
env:
3434
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 }}
3636

.goreleaser.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,20 @@ archives:
2727
- goos: windows
2828
format: zip
2929

30+
changelog:
31+
disable: true
32+
3033
brews:
3134
- name: doconvo
3235
homepage: "https://github.com/MegaGrindStone/doconvo"
3336
description: "Document conversation assistant with RAG capabilities"
37+
directory: Formula
3438
repository:
3539
owner: MegaGrindStone
3640
name: homebrew-tap
37-
install: |
38-
bin.install "doconvo"
41+
commit_author:
42+
name: goreleaserbot
43+
3944

4045
checksum:
4146
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)