From c3394f70461cd5ddae4395aa04de348ba751af64 Mon Sep 17 00:00:00 2001 From: sammyette Date: Tue, 26 Dec 2023 00:18:27 -0400 Subject: [PATCH] ci: update go release action --- .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 416c97e..29d2b83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Download Task run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d' - - uses: wangyoucao577/go-release-action@v1.25 + - uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}