File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 password : ${{ secrets.GITHUB_TOKEN }}
3131 - uses : goreleaser/goreleaser-action@v7
3232 with :
33- version : v1.9 .2
34- args : release --rm-dist
33+ version : v2.15 .2
34+ args : release --clean
3535 env :
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- # This is an example .goreleaser.yml file with some sensible defaults.
2- # Make sure to check the documentation at https://goreleaser.com
1+ version : 2
2+
33before :
44 hooks :
5- # You may remove this if you don't use go modules.
65 - go mod tidy
7- # you may remove this if you don't need go generate
86 - go generate ./...
97builds :
108 - env :
@@ -16,16 +14,11 @@ builds:
1614 goos :
1715 - linux
1816archives :
19- - replacements :
20- darwin : Darwin
21- linux : Linux
22- windows : Windows
23- 386 : i386
24- amd64 : x86_64
17+ - formats : [tar.gz]
2518checksum :
2619 name_template : " checksums.txt"
2720snapshot :
28- name_template : " {{ incpatch .Version }}-next"
21+ version_template : " {{ incpatch .Version }}-next"
2922changelog :
3023 sort : asc
3124 filters :
You can’t perform that action at this time.
0 commit comments