File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 26
26
- name : Show GoReleaser version
27
27
run : goreleaser -v
28
28
29
+ - name : Run GoReleaser Check
30
+ uses : goreleaser/goreleaser-action@v6
31
+ with :
32
+ # either 'goreleaser' (default) or 'goreleaser-pro'
33
+ distribution : goreleaser
34
+ version : latest
35
+ args : check
36
+
29
37
- name : Run GoReleaser
30
38
uses : goreleaser/goreleaser-action@v6
31
39
with :
Original file line number Diff line number Diff line change
1
+ version : 2
1
2
builds :
2
3
- env :
3
4
- CGO_ENABLED=0
@@ -11,7 +12,7 @@ checksum:
11
12
12
13
archives :
13
14
# Distribute just the binaries by default
14
- - format : binary
15
+ - formats : [" binary"]
15
16
name_template : >-
16
17
{{ .ProjectName }}_
17
18
{{- title .Os }}_
@@ -20,7 +21,7 @@ archives:
20
21
{{- else }}{{ .Arch }}{{ end }}
21
22
22
23
kos :
23
- - repository : abice/go-enum
24
+ - repositories : [" abice/go-enum"]
24
25
base_image : cgr.dev/chainguard/go # need the go binary for formatting 🔧 purposes 🫤
25
26
tags :
26
27
- " {{.Version}}"
32
33
- linux/arm64
33
34
34
35
snapshot :
35
- name_template : " {{ incpatch .Version }}-next"
36
+ version_template : " {{ incpatch .Version }}-next"
36
37
changelog :
37
38
sort : asc
38
39
filters :
You can’t perform that action at this time.
0 commit comments