remove top level wildcard from goreleaser

pull/159/head v2.7.10-rc1
Simon Let 5 years ago
parent d087e50d40
commit 3c91c131ec
No known key found for this signature in database
GPG Key ID: D650C65DD46D431D
  1. 4
      .goreleaser.yml

@ -137,7 +137,7 @@ builds:
# looks like xmas
archives:
- files:
- ./*
- ./Makefile
- conf/*
- conf/**/*
- data/*
@ -154,4 +154,4 @@ release:
# If set to true, will mark the release as not ready for production.
# Default is false.
prerelease: auto
# disable: true
# disable: true

Loading…
Cancel
Save