feat: switch homebrew distribution from cask to formula
All checks were successful
Release / release (push) Successful in 1m39s
All checks were successful
Release / release (push) Successful in 1m39s
Replace homebrew_casks with brews in goreleaser config to use a standard Formula instead of a Cask, avoiding macOS quarantine.
This commit is contained in:
@@ -46,15 +46,15 @@ release:
|
|||||||
name_template: "v{{ .Version }}"
|
name_template: "v{{ .Version }}"
|
||||||
mode: keep-existing
|
mode: keep-existing
|
||||||
|
|
||||||
homebrew_casks:
|
brews:
|
||||||
- name: gitnow
|
- name: gitnow
|
||||||
binaries:
|
|
||||||
- gitnow
|
|
||||||
repository:
|
repository:
|
||||||
owner: kjuulh
|
owner: kjuulh
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
token: "{{ .Env.RELEASE_TOKEN }}"
|
token: "{{ .Env.RELEASE_TOKEN }}"
|
||||||
url:
|
directory: Formula
|
||||||
template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
url_template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||||
homepage: "https://gitnow-client.prod.kjuulh.app"
|
homepage: "https://gitnow-client.prod.kjuulh.app"
|
||||||
description: "Git Now is a utility for easily navigating git projects from common upstream providers."
|
description: "Git Now is a utility for easily navigating git projects from common upstream providers."
|
||||||
|
install: |
|
||||||
|
bin.install "gitnow"
|
||||||
|
|||||||
Reference in New Issue
Block a user