Skip to content

Commit

Permalink
homebrew PR can not be draft, so skipping that. Include completions f…
Browse files Browse the repository at this point in the history
…iles in release
  • Loading branch information
hilli committed Feb 19, 2024
1 parent 1fab62b commit f9e1c63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ archives:
format_overrides:
- goos: windows
format: zip
files:
- README.md
- LICENSE
- completions/*

brews:
- name: kefw2
Expand All @@ -74,7 +78,7 @@ brews:
branch: main
pull_request:
enabled: true
draft: true
draft: false
extra_install: |-
bash_completion.install "completions/kefw2.bash" => "kefw2"
zsh_completion.install "completions/kefw2.zsh" => "_kefw2"
Expand Down

0 comments on commit f9e1c63

Please sign in to comment.