Skip to content

Commit

Permalink
fix: 版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
jing332 committed Aug 22, 2023
1 parent 20b5acd commit 4d85e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
fetch-depth: 0

- uses: actions/setup-go@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
fetch-depth: 0

- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 4d85e5f

Please sign in to comment.