Skip to content

Commit

Permalink
doc: use latest version
Browse files Browse the repository at this point in the history
(cherry picked from commit 00952ad)
  • Loading branch information
wangyoucao577 committed Sep 24, 2022
1 parent f4adb3e commit aae5721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit aae5721

Please sign in to comment.