Skip to content

Commit

Permalink
Remove rlcp and tap from goreleaser, fixes ddev#5821
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Feb 12, 2024
1 parent abc4a93 commit 74c8708
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ builds:
###### Archives ######
archives:
- id: ddev
rlcp: true
builds:
- ddev
- mkcert
Expand All @@ -148,14 +147,12 @@ archives:
allow_different_binary_count: true

- id: completions-tarball
rlcp: true
builds:
- completions-tarball
format: binary
name_template: ddev_shell_completion_scripts.v{{.Version}}.tar.gz

- id: ddev-windows-installer
rlcp: true
builds:
- ddev-windows-installer
format: binary
Expand All @@ -176,7 +173,7 @@ brews:
- name: ddev
ids:
- ddev
tap:
repository:
owner: "{{ .Env.GITHUB_REPOSITORY_OWNER }}"
name: homebrew-ddev
description: DDEV
Expand Down Expand Up @@ -214,7 +211,7 @@ brews:
- name: ddev
ids:
- ddev
tap:
repository:
owner: "{{ .Env.GITHUB_REPOSITORY_OWNER }}"
name: homebrew-ddev-edge
description: DDEV
Expand Down

0 comments on commit 74c8708

Please sign in to comment.