Skip to content

Commit

Permalink
.github: Fix goreleaser build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Apr 3, 2023
1 parent c6d01eb commit 2e52ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
with:
fetch-depth: 0
- name: Set Up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v3
with:
go-version: 1.20
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GOPATH: /home/runner/work/
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 2e52ae8

Please sign in to comment.