Skip to content

Commit

Permalink
[FIX] brew auto publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Mar 7, 2024
1 parent bcb05a4 commit 20fafbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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: |
Expand Down

0 comments on commit 20fafbe

Please sign in to comment.