From aae57210882e4bf029592efee28493c60d3c01a8 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Sat, 24 Sep 2022 09:24:19 +0000 Subject: [PATCH] doc: use latest version (cherry picked from commit 00952adc638b2053a5d3132f215596a3dc95f61c) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a17ecb..bcacb0e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: wangyoucao577/go-release-action@v1.31 + - uses: wangyoucao577/go-release-action@v1.32 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: linux @@ -106,7 +106,7 @@ jobs: goos: windows steps: - uses: actions/checkout@v3 - - uses: wangyoucao577/go-release-action@v1.31 + - uses: wangyoucao577/go-release-action@v1.32 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}