File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424 uses : goreleaser/goreleaser-action@v6
2525 with :
2626 distribution : goreleaser
27- version : latest
27+ version : " ~> v2 "
2828 args : release --clean
2929 env :
3030 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ version : 2
12before :
23 hooks :
34 - go mod tidy
45builds :
5- -
6- id : wof-sync-os-postcodes
6+ - id : wof-sync-os-postcodes
77 binary : wof-sync-os-postcodes
88 env :
99 - CGO_ENABLED=0
@@ -12,14 +12,14 @@ builds:
1212 - darwin
1313 main : ./cmd/wof-sync-os-postcodes
1414archives :
15- - name_template : {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
15+ - name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
1616checksum :
17- name_template : ' checksums.txt'
17+ name_template : " checksums.txt"
1818snapshot :
19- name_template : " {{ incpatch .Tag }}-next"
19+ version_template : " {{ incpatch .Tag }}-next"
2020changelog :
2121 sort : asc
2222 filters :
2323 exclude :
24- - ' ^docs:'
25- - ' ^test:'
24+ - " ^docs:"
25+ - " ^test:"
You can’t perform that action at this time.
0 commit comments