Skip to content

Commit

Permalink
Fix broken release pipeline (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Sep 23, 2019
1 parent 2fbcb59 commit b621694
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before:

builds:
-
id: hydra
flags:
- -a
ldflags:
Expand All @@ -34,7 +35,9 @@ builds:
- darwin

archives:
-
- builds:
- hydra
id: hydra-archive
replacements:
darwin: macOS
linux: Linux
Expand All @@ -53,6 +56,8 @@ brews:
- github:
owner: ory
name: homebrew-hydra
ids:
- hydra-archive
homepage: https://www.ory.sh
commit_author:
name: ory
Expand Down

0 comments on commit b621694

Please sign in to comment.