Skip to content

Commit

Permalink
chore: fix goreleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
apazzolini committed May 22, 2024
1 parent 8cde9f9 commit 27a0a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ brews:
commit_author:
name: "Doppler Bot"
email: bot@doppler.com
folder: Formula
directory: Formula
homepage: "https://doppler.com"
description: "The official Doppler CLI for managing your secrets"
install: |-
Expand Down Expand Up @@ -216,4 +216,4 @@ blobs:
-
provider: gs
bucket: dopplerhq_cli_releases
folder: "{{ .Tag }}"
directory: "{{ .Tag }}"

0 comments on commit 27a0a8f

Please sign in to comment.