Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ brews:
owner: kriserickson
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
skip: '{{ if .Env.HOMEBREW_TAP_TOKEN }}false{{ else }}true{{ end }}'
directory: Formula
homepage: "https://github.com/kriserickson/ai-cli"
description: "Translate natural language into shell commands using AI"
Expand Down
Loading