From 074de155de851f31c28201ff48135d4ecea0fb6c Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Sat, 14 Jan 2023 09:50:21 +0800 Subject: [PATCH] doc: update ver --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1232a3a..607496d 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.34 + - uses: wangyoucao577/go-release-action@v1.35 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.34 + - uses: wangyoucao577/go-release-action@v1.35 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}