Skip to content

Commit

Permalink
ci: fix goreleaser deprecation warning and yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alcpereira authored and dlvhdr committed Nov 9, 2024
1 parent 977c431 commit 1444655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ builds:
- arm
- "386"
goarm:
- 6
- 7
- "6"
- "7"
ldflags:
- -s -w
- -X github.com/dlvhdr/gh-dash/cmd.Version={{.Version}}
Expand All @@ -53,7 +53,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 1444655

Please sign in to comment.