Skip to content

Commit 1444655

Browse files
alcpereiradlvhdr
authored andcommitted
ci: fix goreleaser deprecation warning and yaml formatting
1 parent 977c431 commit 1444655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ builds:
2929
- arm
3030
- "386"
3131
goarm:
32-
- 6
33-
- 7
32+
- "6"
33+
- "7"
3434
ldflags:
3535
- -s -w
3636
- -X github.com/dlvhdr/gh-dash/cmd.Version={{.Version}}
@@ -53,7 +53,7 @@ archives:
5353
checksum:
5454
name_template: "checksums.txt"
5555
snapshot:
56-
name_template: "{{ incpatch .Version }}-next"
56+
version_template: "{{ incpatch .Version }}-next"
5757
changelog:
5858
sort: asc
5959
filters:

0 commit comments

Comments
 (0)