Skip to content

Commit

Permalink
build: fix deprecated goreleaser configs, fixes ddev#6049 [skip ci] (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Apr 9, 2024
1 parent 145d563 commit 31e9bda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ brews:
owner: "{{ .Env.GITHUB_REPOSITORY_OWNER }}"
name: homebrew-ddev
description: DDEV
folder: Formula
directory: Formula
homepage: https://github.com/ddev/ddev
license: "Apache 2"
# ddev brew will only be uploaded on non-prerelease
Expand Down Expand Up @@ -209,7 +209,7 @@ brews:
owner: "{{ .Env.GITHUB_REPOSITORY_OWNER }}"
name: homebrew-ddev-edge
description: DDEV
folder: Formula
directory: Formula
homepage: https://github.com/ddev/ddev
license: "Apache 2"
# ddev-edge brew will always be uploaded
Expand Down Expand Up @@ -365,7 +365,7 @@ aurs:
furies:
- account: "{{ .Env.FURY_ACCOUNT }}"
secret_name: "FURY_TOKEN"
skip: '{{ ne .Prerelease "" }}'
disable: '{{ ne .Prerelease "" }}'


dockerhub:
Expand Down

0 comments on commit 31e9bda

Please sign in to comment.