From 2abeca466c5774b30d5636bd960406b9dacde9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilson=20J=C3=BAnior?= Date: Wed, 12 Jun 2024 17:14:34 -0300 Subject: [PATCH] Attempt to upgrade to goreleaser 2 --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 5c5e9a191..a48ac51aa 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,7 @@ # goreleaser.yml # Build customization project_name: tsuru +version: 2 builds: - main: ./tsuru binary: tsuru @@ -66,7 +67,7 @@ release: # Mac OS Homebrew brews: # Reporitory to push the tap to. -- tap: +- repository: owner: tsuru name: homebrew-tsuru token: "{{ .Env.HOMEBREW_TSURU_REPOSITORY_AUTH_TOKEN }}" @@ -76,7 +77,7 @@ brews: # Folder inside the repository to put the formula. # Default is the root folder. - folder: Formula + directory: Formula # Custom install install: |