Skip to content

Commit 599c625

Browse files
DTTerastarclaude
andcommitted
ci: defer homebrew formula publish until HOMEBREW_TAP_TOKEN is configured
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 702b827 commit 599c625

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

.goreleaser.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,18 @@ archives:
2525
checksum:
2626
name_template: checksums.txt
2727

28-
brews:
29-
- name: crono-export
30-
repository:
31-
owner: DTTerastar
32-
name: homebrew-tap
33-
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
34-
homepage: https://github.com/DTTerastar/crono-export-cli
35-
description: CLI to export Cronometer nutrition, biometrics, and food log data as JSON
36-
license: MIT
28+
# Homebrew tap publishing is disabled until HOMEBREW_TAP_TOKEN is set on
29+
# this repo. Once the secret exists, uncomment this block and the formula
30+
# will be auto-published on the next tag.
31+
# brews:
32+
# - name: crono-export
33+
# repository:
34+
# owner: DTTerastar
35+
# name: homebrew-tap
36+
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
37+
# homepage: https://github.com/DTTerastar/crono-export-cli
38+
# description: CLI to export Cronometer nutrition, biometrics, and food log data as JSON
39+
# license: MIT
3740

3841
release:
3942
draft: true

0 commit comments

Comments
 (0)