Skip to content

Commit f5237e3

Browse files
committed
release fixes
1 parent 18acd2e commit f5237e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2-
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
32

43
version: 2
54

@@ -25,9 +24,9 @@ builds:
2524
- -s -w -X github.com/github/gh-combine/internal/version.tag={{.Tag}} -X github.com/github/gh-combine/internal/version.commit={{.FullCommit}} -X github.com/github/gh-combine/internal/version.buildTime={{.CommitDate}}
2625

2726
archives:
28-
- formats:
29-
- binary
30-
meta: true
27+
- formats: binary
28+
name_template: "{{ .Os }}-{{ .Arch }}"
29+
3130

3231
# snapshots are used for testing and development purposes
3332
# build snapshots with `goreleaser build --snapshot --clean`

0 commit comments

Comments
 (0)