diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2060e88..2b30ef4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -109,8 +109,21 @@ nfpms: formats: - deb +archives: + - id: note-cli + ids: + - notecard + - notehub + - notecard-linux + - notehub-linux + homebrew_casks: - - repository: + - ids: + - note-cli + binaries: + - notecard + - notehub + repository: owner: blues name: homebrew-note-cli token: "{{ .Env.TAP_GITHUB_TOKEN }}"