Skip to content

Commit 21706ca

Browse files
ci: Update goreleaser version
There was a bug in the previous version causing binaries to fail to build.
1 parent c1b2f60 commit 21706ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: wangyoucao577/go-release-action@v1.32
28+
- uses: wangyoucao577/go-release-action@v1.40
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)