From f56e81c8d4b77c34a689df3410adabb8d1eafe5d Mon Sep 17 00:00:00 2001 From: Miles Maddox Date: Mon, 16 Mar 2020 22:23:44 -0500 Subject: [PATCH] fix: publish commands --- .goreleaser.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e06c7b8..05e4691 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,6 @@ -project_name: markdown2confluence +before: + hooks: + - go mod download builds: - env: @@ -8,22 +10,14 @@ builds: - windows - linux binary: markdown2confluence - -archive: - replacements: - 386: i386 - amd64: x86_64 - wrap_in_directory: false - format_overrides: - - goos: windows - format: zip - +archives: + - replacements: + 386: i386 + amd64: x86_64 checksum: name_template: "checksums.txt" - snapshot: name_template: "{{ .Tag }}" - changelog: sort: asc filters: