Skip to content

Commit

Permalink
Fix GoReleaser config (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jan 9, 2024
1 parent 1eca2ed commit 85fa58b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ archives:
format: zip
files:
- README.md
- LICENSE.md
- LICENSE
- completions/*
- manpages/*

Expand Down Expand Up @@ -115,7 +115,8 @@ snapcrafts:
disable: "{{ if .IsSnapshot }}true{{ end }}"

nix:
- repository:
- name: nginx-prometheus-exporter
repository:
owner: nginxinc
name: nur
token: '{{ .Env.NGINX_GITHUB_TOKEN }}'
Expand All @@ -130,7 +131,8 @@ nix:
installShellCompletion ./completions/*
winget:
- publisher: nginxinc
- name: nginx-prometheus-exporter
publisher: nginxinc
license: Apache-2.0
homepage: https://github.com/nginxinc/nginx-prometheus-exporter
short_description: NGINX Prometheus Exporter for NGINX and NGINX Plus
Expand Down

0 comments on commit 85fa58b

Please sign in to comment.