Skip to content

Commit

Permalink
fix: add pre-steps with packr2 (#921)
Browse files Browse the repository at this point in the history
Closes #920
  • Loading branch information
aeneasr authored Feb 14, 2022
1 parent bd1b03a commit d53ef01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ includes:
- from_url:
url: https://raw.githubusercontent.com/ory/xgoreleaser/master/build.tmpl.yml

before:
hooks:
- go mod download
- go install github.com/gobuffalo/packr/v2/packr2
- packr2

variables:
brew_name: oathkeeper
brew_description: "The Ory Identity and Access Proxy (Ory Oathkeeper)"
Expand Down

0 comments on commit d53ef01

Please sign in to comment.