File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 publish :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ contents : write
1113
1214 steps :
1315 - uses : actions/checkout@v5
2931 uses : goreleaser/goreleaser-action@v6
3032 with :
3133 distribution : goreleaser
32- version : latest
34+ version : ~> v2
3335 args : release --clean
3436 env :
3537 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ version : 2
2+
13before :
24 hooks :
35 - go mod tidy
@@ -22,13 +24,13 @@ checksum:
2224 name_template : ' checksums.txt'
2325
2426archives :
25- - format : ' binary'
27+ - formats : [ 'binary']
2628 name_template : " {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
2729 files :
2830 - completions/*
2931
3032snapshot :
31- name_template : " {{ incpatch .Version }}-next"
33+ version_template : " {{ incpatch .Version }}-next"
3234
3335changelog :
3436 sort : asc
You can’t perform that action at this time.
0 commit comments