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 844b424 commit 8c1f73aCopy full SHA for 8c1f73a
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: goreleaser/goreleaser-action@v2
42
with:
43
args: -p 3 release --timeout 60m --clean
44
- version: latest
+ version: 1.18.3
45
strategy:
46
fail-fast: true
47
matrix:
.goreleaser.yml
@@ -11,7 +11,6 @@ builds:
11
- CGO_ENABLED=0
12
goarch:
13
- amd64
14
- - arm64
15
goos:
16
- darwin
17
- windows
0 commit comments