diff --git a/.goreleaser.yml b/.goreleaser.yml index 8ca576bc..633916dc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -96,7 +96,7 @@ signs: brews: - name: nsc folder: Formula - tap: + repository: owner: nats-io name: homebrew-nats-tools url_template: 'https://github.com/nats-io/nsc/releases/download/{{ .Tag }}/nsc-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}.zip' @@ -105,7 +105,7 @@ brews: license: "Apache-2.0" # Cross-repo upload currently requires that $GITHUB_ACTION be a PAT which has some undesirable security characteristics. # We are instead registering this as a build artifact, so that the file is available for a manual PR of nsc.rb in the tap. - skip_upload: true + skip_upload: false test: | system "#{bin}/nsc --version" install: |