Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] brew auto publish #643

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading