File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,15 +25,18 @@ archives:
2525checksum :
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
3841release :
3942 draft : true
You can’t perform that action at this time.
0 commit comments