From b6216940dc932469e678e30a13ddaa9c8bd889c8 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Mon, 23 Sep 2019 11:04:56 +0200 Subject: [PATCH] Fix broken release pipeline (#1575) --- .goreleaser.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9f4438966e4..c6f0874a104 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -11,6 +11,7 @@ before: builds: - + id: hydra flags: - -a ldflags: @@ -34,7 +35,9 @@ builds: - darwin archives: - - + - builds: + - hydra + id: hydra-archive replacements: darwin: macOS linux: Linux @@ -53,6 +56,8 @@ brews: - github: owner: ory name: homebrew-hydra + ids: + - hydra-archive homepage: https://www.ory.sh commit_author: name: ory