From ad5dc14bbfd496ce4ef0f878c96fc7c1966251df Mon Sep 17 00:00:00 2001 From: Igor Zibarev Date: Wed, 15 Jan 2020 23:53:12 +0300 Subject: [PATCH] Fix goreleaser archive section is deprecated, see https://goreleaser.com/deprecations/ --- .goreleaser.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index ccc3b873..8a91a5ff 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,8 +9,9 @@ builds: goarch: - amd64 -archive: - format: tar.gz - files: - - LICENSE - - plugin.yaml +archives: + - id: tar + format: tar.gz + files: + - LICENSE + - plugin.yaml