1
0
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:
Andrey Nering
2021-09-04 22:17:41 -03:00
parent 989045489c
commit b327e54be1

View File

@@ -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