Skip to content

Commit 9782fd5

Browse files
committed
fix goreleaser release args
1 parent e11a174 commit 9782fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
distribution: goreleaser
2222
version: latest
23-
args: release --rm-dist
23+
args: release --clean
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
- name: Publish module

0 commit comments

Comments
 (0)