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 3838 uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
3939 with :
4040 args : release --clean
41- version : latest
41+ version : ' ~> v2 '
4242 env :
4343 # GitHub sets the GITHUB_TOKEN secret automatically.
4444 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
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 extra_files :
You can’t perform that action at this time.
0 commit comments