Skip to content

Commit bc7fc90

Browse files
committed
chore: fix go release command
1 parent e5421cc commit bc7fc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
go-version: "1.23"
1717
- uses: goreleaser/goreleaser-action@v6
1818
with:
19-
args: release --rm-dist
19+
args: release --clean
2020
env:
2121
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)