Skip to content

Commit

Permalink
add go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
buggtb committed Jun 8, 2022
1 parent d7eaa48 commit e370229
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ jobs:

- name: Test
run: go test -v ./...
- uses: wangyoucao577/go-release-action@v1.28
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64

0 comments on commit e370229

Please sign in to comment.