From 17a9ff3b2fea9b33887747f40bdfdd23ba9809de Mon Sep 17 00:00:00 2001 From: Mikel Cortes <45786396+cortze@users.noreply.github.com> Date: Wed, 8 May 2024 18:15:06 +0200 Subject: [PATCH] remove the release-draft tag from the base-example (#68) --- .goreleaser.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 7d7a1b2..a784645 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -82,9 +82,6 @@ builds: ldflags: - -s -w -release: - draft: true - archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname`.