Skip to content

Commit 375c25a

Browse files
authored
Merge pull request #126 from owulveryck/goreleaser-update
goreleaser update
2 parents faf29d8 + 470c875 commit 375c25a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/goreleaser.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
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:

.goreleaser.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ builds:
2929
- "7"
3030

3131
archives:
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:
3838
checksum:
3939
name_template: "checksums.txt"
4040

41-
snapshot:
42-
name_template: "{{ .Tag }}-next"
43-
4441
changelog:
4542
sort: asc
4643
filters:
4744
exclude:
4845
- "^docs:"
4946
- "^test:"
47+
48+
release:
49+
github:
50+
owner: owulveryck
51+
name: gomarkablestream

0 commit comments

Comments
 (0)