Skip to content

Commit

Permalink
docs: update version in doc
Browse files Browse the repository at this point in the history
(cherry picked from commit 6ba9027)
  • Loading branch information
wangyoucao577 committed Jan 28, 2022
1 parent d3b73f8 commit e512180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.23
- uses: wangyoucao577/go-release-action@v1.24
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.23
- uses: wangyoucao577/go-release-action@v1.24
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit e512180

Please sign in to comment.