Skip to content

Commit 76b45d2

Browse files
stefanbmr-karan
authored andcommitted
Bump goreleaser to v4
1 parent d181e06 commit 76b45d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Run GoReleaser
31-
uses: goreleaser/goreleaser-action@v2
31+
uses: goreleaser/goreleaser-action@v4
3232
with:
3333
version: latest
34-
args: release --rm-dist
34+
args: release --clean
3535
env:
3636
DOCKER_CLI_EXPERIMENTAL: enabled
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)