From 239978a8058aa8b4a2cd209862d04050e6395c04 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 }}