8000 Fix GoReleaser config (#599) · nginx/nginx-prometheus-exporter@85fa58b · GitHub
[go: up one dir, main page]

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
< 50EB td data-grid-cell-id="diff-42e26dc67aed8aa3edb2472b4403288c1699fb6dc47419b9a475f0f224fe4689-133-134-2" data-line-anchor="diff-42e26dc67aed8aa3edb2472b4403288c1699fb6dc47419b9a475f0f224fe4689R134" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionLine-bgColor, var(--diffBlob-addition-bgColor-line));padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">+
- name: nginx-prometheus-exporter
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
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)
0