From b861d73be16d9ba76582ad1bde9d2ae23c63aa88 Mon Sep 17 00:00:00 2001 From: Christophe Jauffret Date: Fri, 25 Nov 2022 13:30:31 +0100 Subject: [PATCH] fix releaser config (#74) --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 24e7f42..9edcb83 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -76,8 +76,8 @@ release: # draft: true # As part of the release doc files are included as a separate deliverable for consumption by Packer.io. # To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above. - #extra_files: - - glob: ./docs.zip + extra_files: + - glob: ./docs.zip changelog: skip: true