Skip to content

Commit

Permalink
@stasadev suggestion, make homebrew url use REPOSITORY_OWNER
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Zhuk <[email protected]>
  • Loading branch information
rfay and stasadev authored Nov 18, 2024
1 parent 4f6efb0 commit 0a252d7
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 @@ -190,7 +190,7 @@ brews:

custom_block: |
head do
url "https://github.com/ddev/ddev.git", branch: "master"
url "https://github.com/{{ .Env.REPOSITORY_OWNER }}/ddev.git", branch: "master"
depends_on "go" => :build
depends_on "make" => :build
end
Expand Down Expand Up @@ -230,7 +230,7 @@ brews:
- name: mkcert
custom_block: |
head do
url "https://github.com/ddev/ddev.git", branch: "master"
url "https://github.com/{{ .Env.REPOSITORY_OWNER }}/ddev.git", branch: "master"
depends_on "go" => :build
depends_on "make" => :build
end
Expand Down

0 comments on commit 0a252d7

Please sign in to comment.