Skip to content

Commit

Permalink
build: update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenparkinson committed Nov 17, 2022
1 parent 32beaae commit ebb70d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: '>=1.16'

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

0 comments on commit ebb70d2

Please sign in to comment.