Skip to content

Commit

Permalink
Update goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cpliakas committed Jan 21, 2021
1 parent d593e80 commit bb39984
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,18 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: GoReleaser Action
uses: goreleaser/[email protected]

-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15

-
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 bb39984

Please sign in to comment.