Skip to content

Commit 993f94b

Browse files
committed
[*] use goreleaser/goreleaser-action@v2 instead of master
1 parent 18766e2 commit 993f94b

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
path-to-lcov: coverage.lcov
142142

143143
- name: Run GoReleaser
144-
uses: goreleaser/goreleaser-action@master
144+
uses: goreleaser/goreleaser-action@v2
145145
with:
146+
version: latest
146147
args: release --snapshot --skip-publish --rm-dist

.goreleaser.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ builds:
1010
- darwin
1111
- windows
1212

13-
ignore:
14-
- goos: darwin
15-
goarch: 386
16-
- goos: windows
17-
goarch: 386
18-
- goos: windows
19-
goarch: arm64
13+
# ignore:
14+
# - goos: darwin
15+
# goarch: 386
16+
# - goos: windows
17+
# goarch: 386
18+
# - goos: windows
19+
# goarch: arm64
2020

2121
archives:
2222
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'

0 commit comments

Comments
 (0)