Skip to content

Commit 1d97b6c

Browse files
committed
repo(goreleaser): update deprecated fields
1 parent a1d3d11 commit 1d97b6c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# Feel free to remove those if you don't want/need to use them.
66
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
77
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
8-
98
version: 2
109
project_name: get-all
1110
before:
@@ -30,7 +29,7 @@ builds:
3029
- amd64
3130
- arm64
3231
archives:
33-
- builds:
32+
- ids:
3433
- get-all
3534
formats: [tar.gz]
3635
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"

0 commit comments

Comments
 (0)