File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3232 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3333 passphrase : ${{ secrets.PASSPHRASE }}
3434 - name : Run GoReleaser
35- uses : goreleaser/goreleaser-action@v5 .0.0
35+ uses : goreleaser/goreleaser-action@v6 .0.0
3636 with :
3737 args : release --clean
3838 env :
Original file line number Diff line number Diff line change 11# Visit https://goreleaser.com for documentation on how to customize this
22# behavior.
3+ version : 2
34before :
45 hooks :
56 # this is just an example and not a requirement for provider building/publishing
@@ -30,7 +31,7 @@ builds:
3031 goarch : ' 386'
3132 binary : ' {{ .ProjectName }}_v{{ .Version }}'
3233archives :
33- - format : zip
34+ - formats : [' zip']
3435 name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3536checksum :
3637 name_template : ' {{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
You can’t perform that action at this time.
0 commit comments