File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 23
23
version : latest
24
24
args : release --rm-dist
25
25
env :
26
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN }}
26
+ GITHUB_TOKEN : ${{secrets.GH_PAT }}
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ gomod:
25
25
26
26
archives :
27
27
- name_template : " {{.Binary}}_{{.Os}}_{{.Arch}}"
28
+ files :
29
+ - README.md
30
+ - LICENSE
31
+ - completion/**/*
28
32
format_overrides :
29
33
- goos : windows
30
34
format : zip
62
66
name : homebrew-tap
63
67
test :
64
68
system "#{bin}/task", "--help"
65
- url_template : https://github.com/go-task/task/releases/download/{{.Tag}}/{{.ArtifactName}}
66
- skip_upload : true
69
+ install : |-
70
+ bin.install "task"
71
+ bash_completion.install "completion/bash/task.bash" => "task"
72
+ zsh_completion.install "completion/zsh/_task" => "_task"
73
+ fish_completion.install "completion/fish/task.fish"
You can’t perform that action at this time.
0 commit comments