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 2323 version : latest
2424 args : release --rm-dist
2525 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:
2525
2626archives :
2727 - name_template : " {{.Binary}}_{{.Os}}_{{.Arch}}"
28+ files :
29+ - README.md
30+ - LICENSE
31+ - completion/**/*
2832 format_overrides :
2933 - goos : windows
3034 format : zip
6266 name : homebrew-tap
6367 test :
6468 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