We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1900b5 commit 6b2d123Copy full SHA for 6b2d123
.goreleaser.yaml
@@ -45,10 +45,10 @@ builds:
45
'
46
47
archives:
48
- - format: tar.gz
+ - formats: [ 'tar.gz' ]
49
format_overrides:
50
- goos: windows
51
- format: zip
+ formats: [ 'zip' ]
52
53
release:
54
# If set to auto, the GitHub release will be marked as "Pre-release"
@@ -66,7 +66,7 @@ changelog:
66
nfpms:
67
- id: linux-packages
68
# IDs of the builds for which to create packages for
69
- builds:
+ ids:
70
- linux-builds
71
package_name: stackit
72
vendor: STACKIT
@@ -114,7 +114,7 @@ brews:
114
115
snapcrafts:
116
117
- - builds:
+ - ids:
118
119
# The name of the snap
120
name: stackit
0 commit comments