Skip to content

Commit 85fa58b

Browse files
authored
Fix GoReleaser config (#599)
1 parent 1eca2ed commit 85fa58b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.goreleaser.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ archives:
4545
format: zip
4646
files:
4747
- README.md
48-
- LICENSE.md
48+
- LICENSE
4949
- completions/*
5050
- manpages/*
5151

@@ -115,7 +115,8 @@ snapcrafts:
115115
disable: "{{ if .IsSnapshot }}true{{ end }}"
116116

117117
nix:
118-
- repository:
118+
- name: nginx-prometheus-exporter
119+
repository:
119120
owner: nginxinc
120121
name: nur
121122
token: '{{ .Env.NGINX_GITHUB_TOKEN }}'
@@ -130,7 +131,8 @@ nix:
130131
installShellCompletion ./completions/*
131132
132133
winget:
133-
- publisher: nginxinc
134+
- name: nginx-prometheus-exporter
135+
publisher: nginxinc
134136
license: Apache-2.0
135137
homepage: https://github.com/nginxinc/nginx-prometheus-exporter
136138
short_description: NGINX Prometheus Exporter for NGINX and NGINX Plus

0 commit comments

Comments
 (0)