fix(goreleaser): adds tar.gz archive an id and uses it in brews section
This commit is contained in:
parent
b1048a0049
commit
ac5d6e8ff6
@ -118,6 +118,7 @@ builds:
|
|||||||
|
|
||||||
archives:
|
archives:
|
||||||
- format: tar.gz
|
- format: tar.gz
|
||||||
|
id: tar.gz
|
||||||
replacements:
|
replacements:
|
||||||
darwin: macos
|
darwin: macos
|
||||||
|
|
||||||
@ -175,7 +176,7 @@ nfpms:
|
|||||||
brews:
|
brews:
|
||||||
- name: wg-quicker
|
- name: wg-quicker
|
||||||
ids:
|
ids:
|
||||||
- amd64
|
- tar.gz
|
||||||
tap:
|
tap:
|
||||||
owner: xsteadfastx
|
owner: xsteadfastx
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
|
Loading…
Reference in New Issue
Block a user