From 52d2b91264f580f4d26dce64b249c5fd37a23b3f Mon Sep 17 00:00:00 2001 From: "lilong.129" Date: Tue, 19 Sep 2023 17:08:49 +0800 Subject: [PATCH] fix: release hrp binaries --- .github/workflows/hrp-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hrp-release.yml b/.github/workflows/hrp-release.yml index 1821ccbc..4aa9b662 100644 --- a/.github/workflows/hrp-release.yml +++ b/.github/workflows/hrp-release.yml @@ -21,9 +21,9 @@ jobs: goos: windows steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Release hrp cli binaries - uses: wangyoucao577/go-release-action@v1.23 + uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}