Skip to content

Commit b3eb294

Browse files
committed
Fix golreaser GH Action
1 parent 6838e75 commit b3eb294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
uses: goreleaser/goreleaser-action@v6
3333
with:
3434
version: latest
35-
args: release --rm-dist
35+
args: release --clean
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)