Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 10, 2024
1 parent 0890212 commit ca1cf99
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions goreleaser-glow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ before:
- mkdir completions
- rm -rf manpages
- mkdir manpages
- cmd: sh -c 'go run . completion bash >./completions/glow.bash'
output: true
- cmd: sh -c 'go run . completion zsh >./completions/glow.zsh'
output: true
- cmd: sh -c 'go run . completion fish >./completions/glow.fish'
output: true
- cmd: sh -c 'go run . man | gzip -c >./manpages/glow.1.gz'
- cmd: "go run . completion bash"
output: true
- sh -c 'go run . completion bash >./completions/glow.bash'
- sh -c 'go run . completion zsh >./completions/glow.zsh'
- sh -c 'go run . completion fish >./completions/glow.fish'
- sh -c 'go run . man | gzip -c >./manpages/glow.1.gz'

gomod:
proxy: true
Expand Down

0 comments on commit ca1cf99

Please sign in to comment.