From 1538867a260acedab65518d9f477f0009adad107 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 2 Dec 2021 18:52:07 +0800 Subject: [PATCH] fix: release --- .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 89be10d4..26a2e0d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Release hrp cli binaries - uses: wangyoucao577/go-release-action@v1.21 + uses: wangyoucao577/go-release-action@v1.22 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}