We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
goreleaser/goreleaser-action@v2
master
1 parent 18766e2 commit 993f94bCopy full SHA for 993f94b
.github/workflows/build.yml
@@ -141,6 +141,7 @@ jobs:
141
path-to-lcov: coverage.lcov
142
143
- name: Run GoReleaser
144
- uses: goreleaser/goreleaser-action@master
+ uses: goreleaser/goreleaser-action@v2
145
with:
146
+ version: latest
147
args: release --snapshot --skip-publish --rm-dist
.goreleaser.yml
@@ -10,13 +10,13 @@ builds:
10
- darwin
11
- windows
12
13
- ignore:
14
- - goos: darwin
15
- goarch: 386
16
- - goos: windows
17
18
19
- goarch: arm64
+ # ignore:
+ # - goos: darwin
+ # goarch: 386
+ # - goos: windows
+ # goarch: arm64
20
21
archives:
22
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
0 commit comments