From 90da8ebfdc010a0e7d378419a76fd90230a05228 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Thu, 1 Dec 2022 13:59:55 +0000 Subject: [PATCH] doc: update ver --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 233947b..cfc2c64 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.33 + - uses: wangyoucao577/go-release-action@v1.34 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.33 + - uses: wangyoucao577/go-release-action@v1.34 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}