Skip to content

Commit fb0f500

Browse files
committed
update goreleaser config
1 parent 8b55822 commit fb0f500

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
@@ -23,10 +23,10 @@ jobs:
2323
go-version: 1.19
2424
- name: Run GoReleaser
2525
timeout-minutes: 60
26-
uses: goreleaser/goreleaser-action@v3.2.0
26+
uses: goreleaser/goreleaser-action@v6.1.0
2727
with:
2828
distribution: goreleaser
2929
version: latest
30-
args: release --rm-dist --config .goreleaser.yaml
30+
args: release --clean --config .goreleaser.yaml
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)