File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 id : goreleaser
107107 uses : goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
108108 with :
109- version : v2.1 .0
109+ version : v2.16 .0
110110 args : release -f=${{ inputs.goreleaser_config}} ${{ inputs.goreleaser_options}}
111111 env :
112112 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256 - name : Run GoReleaser
257257 uses : goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
258258 with :
259- version : v2.1 .0
259+ version : v2.16 .0
260260 args : build --snapshot --clean --timeout 90m ${{ steps.goreleaser_id.outputs.id }}
261261
262262 # This job intentionally runs on all PRs (not scoped to .github/ path changes)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ builds:
2525
2626archives :
2727 -
28- format : tar.gz
28+ formats : [ tar.gz]
2929 name_template : >-
3030 {{ .ProjectName }}_{{ .Version }}_
3131 {{- if eq .Os "darwin" }}macOS
@@ -39,4 +39,4 @@ archives:
3939 - contrib/*.tpl
4040 format_overrides :
4141 - goos : windows
42- format : zip
42+ formats : [ zip]
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ nfpms:
113113
114114archives :
115115 - id : archive
116- format : tar.gz
116+ formats : [ tar.gz]
117117 name_template : >-
118118 {{ .ProjectName }}_{{ .Version }}_
119119 {{- if eq .Os "darwin" }}macOS
@@ -135,7 +135,7 @@ archives:
135135 - contrib/*.tpl
136136 format_overrides :
137137 - goos : windows
138- format : zip
138+ formats : [ zip]
139139
140140
141141dockers :
@@ -280,8 +280,6 @@ docker_manifests:
280280
281281signs :
282282- cmd : cosign
283- env :
284- - COSIGN_EXPERIMENTAL=1
285283 signature : " ${artifact}.sigstore.json"
286284 args :
287285 - " sign-blob"
@@ -293,8 +291,6 @@ signs:
293291
294292docker_signs :
295293- cmd : cosign
296- env :
297- - COSIGN_EXPERIMENTAL=1
298294 artifacts : manifests
299295 output : true
300296 args :
You can’t perform that action at this time.
0 commit comments