mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
Give up on trying to make Gorelease release Homebrew automatically
It refuses to do it and I don't know why. Gonna publish the manifest manually as before
This commit is contained in:
@@ -60,8 +60,7 @@ brews:
|
|||||||
tap:
|
tap:
|
||||||
owner: go-task
|
owner: go-task
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
token: "{{.Env.GORELEASER_TOKEN}}"
|
|
||||||
test:
|
test:
|
||||||
system "#{bin}/task", "--help"
|
system "#{bin}/task", "--help"
|
||||||
url_template: https://github.com/go-task/task/releases/download/{{.Tag}}/{{.ArtifactName}}
|
url_template: https://github.com/go-task/task/releases/download/{{.Tag}}/{{.ArtifactName}}
|
||||||
commit_msg_template: Bump {{.Tag}}
|
skip_upload: true
|
||||||
|
|||||||
Reference in New Issue
Block a user