Skip to content

Commit ddf493c

Browse files
committed
Tune GitHub action for goreleaser to use v2 instead of latest
1 parent 78e331c commit ddf493c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go_releaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
# either 'goreleaser' (default) or 'goreleaser-pro'
4040
distribution: goreleaser
41-
version: latest
41+
version: "~> v2"
4242
args: release --clean
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ builds:
2525
- windows
2626
- darwin
2727
goarch:
28-
- 386
28+
- "386"
2929
- amd64
3030
- arm64
3131
archives:

0 commit comments

Comments
 (0)