Skip to content

Commit

Permalink
Upgrade goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Feb 20, 2023
1 parent 4a40d2f commit ba2ff18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
skip-go-installation: true

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
if: startsWith(github.ref, 'refs/tags/')
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ba2ff18

Please sign in to comment.