Skip to content

Commit

Permalink
fixed gorelease definition (elastic#190)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
michalpristas and mergify[bot] committed Nov 28, 2022
1 parent 58a0e75 commit 3429ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Make sure to check the documentation at https://goreleaser.com
env:
- SNAPSHOT={{ if index .Env "SNAPSHOT" }}{{ .Env.SNAPSHOT }}{{ else }}false{{ end }}
before:
hooks:
- go mod tidy
Expand Down

0 comments on commit 3429ebc

Please sign in to comment.