File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- name : Test
27
27
run : make test
28
+
29
+ config :
30
+ name : Check GoReleaser config
31
+ runs-on : ubuntu-latest
32
+ steps :
33
+ - name : Checkout
34
+ uses : actions/checkout@v4
35
+
36
+ - name : Check GoReleaser
37
+ uses : goreleaser/goreleaser-action@v6
38
+ with :
39
+ args : check
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ builds:
45
45
'
46
46
47
47
archives :
48
- - format : tar.gz
48
+ - formats : [ ' tar.gz' ]
49
49
format_overrides :
50
50
- goos : windows
51
- format : zip
51
+ formats : [ ' zip' ]
52
52
53
53
release :
54
54
# If set to auto, the GitHub release will be marked as "Pre-release"
@@ -66,7 +66,7 @@ changelog:
66
66
nfpms :
67
67
- id : linux-packages
68
68
# IDs of the builds for which to create packages for
69
- builds :
69
+ ids :
70
70
- linux-builds
71
71
package_name : stackit
72
72
vendor : STACKIT
@@ -114,7 +114,7 @@ brews:
114
114
115
115
snapcrafts :
116
116
# IDs of the builds for which to create packages for
117
- - builds :
117
+ - ids :
118
118
- linux-builds
119
119
# The name of the snap
120
120
name : stackit
You can’t perform that action at this time.
0 commit comments