Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/go-i18n.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--v2/.goreleaser.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/v2/.goreleaser.yml b/v2/.goreleaser.yml
index 1ef7da1..d9352ad 100644
--- a/v2/.goreleaser.yml
+++ b/v2/.goreleaser.yml
@@ -9,9 +9,9 @@ builds:
- amd64
env:
- CGO_ENABLED=0
-archive:
- format: binary
- name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
+archives:
+ - format: binary
+ name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
before:
hooks:
- go mod download