File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/setup-go@v2
1818 with :
1919 go-version : 1.23
20- - name : Install Protoc
21- uses : arduino/setup-protoc@v1
2220 - name : Run GoReleaser
2321 uses : goreleaser/goreleaser-action@v2
2422 with :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ builds:
2929 - " 7"
3030
3131archives :
32- - name_template : " {{ .Binary }}_{{ .Version }}_{{ . Os }}_{{ .Arch }}"
32+ - name_template : " {{ .Binary }}_{{ .Os }}_{{ .Arch }}"
3333 wrap_in_directory : true
3434 format_overrides :
3535 - goos : windows
@@ -38,12 +38,14 @@ archives:
3838checksum :
3939 name_template : " checksums.txt"
4040
41- snapshot :
42- name_template : " {{ .Tag }}-next"
43-
4441changelog :
4542 sort : asc
4643 filters :
4744 exclude :
4845 - " ^docs:"
4946 - " ^test:"
47+
48+ release :
49+ github :
50+ owner : owulveryck
51+ name : gomarkablestream
You can’t perform that action at this time.
0 commit comments