Skip to content

Commit

Permalink
fixing release build
Browse files Browse the repository at this point in the history
  • Loading branch information
tee8z committed Aug 14, 2022
1 parent 2fef971 commit 27f38a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
goarch: [amd64]
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
- run: go mod tidy
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 27f38a9

Please sign in to comment.