Skip to content

Commit cb3d03d

Browse files
committed
chore: update & fix goreleaser
1 parent ec0a99f commit cb3d03d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.goreleaser.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ archives:
1515
wrap_in_directory: true
1616
builds:
1717
- uback
18-
replacements:
19-
amd64: x86-64
2018
files:
2119
- LICENSE
2220
- README.md
@@ -35,3 +33,4 @@ changelog:
3533
- Merge branch
3634
- "test:"
3735
- "build:"
36+
- "chore:"

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clean:
2323
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b .bin
2424

2525
.bin/goreleaser:
26-
bash <(curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh) -d -b .bin
26+
GOBIN="$$(pwd)/.bin" go install github.com/goreleaser/goreleaser@latest
2727

2828
release: .bin/goreleaser
2929
./.bin/goreleaser release

0 commit comments

Comments
 (0)