Skip to content

Commit

Permalink
Attempt to upgrade to goreleaser 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Jun 12, 2024
1 parent cd0b835 commit 2abeca4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# goreleaser.yml
# Build customization
project_name: tsuru
version: 2
builds:
- main: ./tsuru
binary: tsuru
Expand Down Expand Up @@ -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 }}"
Expand All @@ -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: |
Expand Down

0 comments on commit 2abeca4

Please sign in to comment.