Skip to content

Commit

Permalink
Adding Go Releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-biyani authored Mar 2, 2021
1 parent 0738576 commit 2e8cce3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ jobs:

- name: Test
run: go test -v ./...

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2e8cce3

Please sign in to comment.