We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73f506 commit 27f3dc4Copy full SHA for 27f3dc4
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run GoReleaser
32
uses: goreleaser/goreleaser-action@v6
33
with:
34
- version: v2.3.2
+ version: v2.7.0
35
args: release -f ./build/.goreleaser.yml
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build/.goreleaser.yml
@@ -51,7 +51,7 @@ builds:
51
52
# Only binaries of the form "kubebuilder_${goos}_${goarch}" will be released.
53
archives:
54
- - format: binary
+ - formats: ['binary']
55
# Setting name_template correctly maps checksums to binary names.
56
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
57
0 commit comments