fix(goreleaser): adds tar.gz archive an id and uses it in brews section
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Preuss 2022-01-10 09:58:10 +01:00
parent b1048a0049
commit ac5d6e8ff6

View File

@ -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