File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 uses : goreleaser/goreleaser-action@v2
2020 with :
2121 version : latest
22- args : release --rm-dist
22+ args : release --clean
2323 env :
2424 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ version : 2
12before :
23 hooks :
34 - go mod download
@@ -22,11 +23,11 @@ builds:
2223 goarch : 386
2324
2425archives :
25- - format : tar.gz
26+ - formats : tar.gz
2627 wrap_in_directory : true
2728 format_overrides :
2829 - goos : windows
29- format : zip
30+ formats : zip
3031 name_template : ' {{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
3132 files :
3233 - LICENSE
@@ -36,7 +37,7 @@ checksum:
3637 name_template : ' checksums.txt'
3738
3839snapshot :
39- name_template : " SNAPSHOT-{{ .Tag }}"
40+ version_template : " SNAPSHOT-{{ .Tag }}"
4041
4142changelog :
4243 sort : asc
You can’t perform that action at this time.
0 commit comments