From 21706ca0267d168b38edde5b1f480d2ec79d29bf Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Wed, 25 Oct 2023 21:11:49 +0800 Subject: [PATCH] ci: Update goreleaser version There was a bug in the previous version causing binaries to fail to build. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c30014da..f2211077 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: wangyoucao577/go-release-action@v1.32 + - uses: wangyoucao577/go-release-action@v1.40 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}