Skip to content

Commit d0acfd0

Browse files
committed
chore(release): fix easy goreleaser deprecations
1 parent 0879e6e commit d0acfd0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ builds:
5050

5151
archives:
5252
- id: default
53-
builds:
53+
ids:
5454
- pastelocal
5555
- pastelocald
5656
name_template: >-
@@ -59,21 +59,21 @@ archives:
5959
{{- else }}{{ .Os }}{{ end }}_
6060
{{- if eq .Arch "amd64" }}x86_64
6161
{{- else }}{{ .Arch }}{{ end }}
62-
format: tar.gz
62+
formats: [tar.gz]
6363
files:
6464
- LICENSE
6565
- skill/paste.md
6666
- skill/paste-send.md
6767

6868
- id: remote
69-
builds:
69+
ids:
7070
- pastelocal-remote
7171
name_template: >-
7272
{{ .ProjectName }}-remote_
7373
{{- .Os }}_
7474
{{- if eq .Arch "amd64" }}x86_64
7575
{{- else }}{{ .Arch }}{{ end }}
76-
format: tar.gz
76+
formats: [tar.gz]
7777
files:
7878
- LICENSE
7979
- skill/paste.md
@@ -131,7 +131,7 @@ docker_manifests:
131131

132132
nfpms:
133133
- id: remote
134-
builds:
134+
ids:
135135
- pastelocal-remote
136136
package_name: pastelocal-remote
137137
vendor: pastelocal

0 commit comments

Comments
 (0)