Skip to content

Commit

Permalink
Bump goreleaser to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb authored and mr-karan committed Jul 22, 2023
1 parent d181e06 commit 76b45d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 76b45d2

Please sign in to comment.