We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e247c1 commit 39c900cCopy full SHA for 39c900c
.github/workflows/cd.yml
@@ -19,6 +19,10 @@ jobs:
19
go-version: 1.18.x
20
- name: Run goreleaser
21
uses: goreleaser/goreleaser-action@v1
22
+ with:
23
+ distribution: goreleaser
24
+ version: v1.17.2
25
+ args: release --clean
26
env:
27
GITHUB_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
28
homebrew:
.goreleaser.yml
@@ -12,7 +12,7 @@ builds:
12
- amd64
13
- arm
14
- arm64
15
- - 386
+ - '386'
16
# Default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}`.
17
ldflags:
18
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.buildSource=binaryRelease
0 commit comments