Skip to content

Commit 1c9484a

Browse files
authored
fix: release action unknown flag (#3324)
Signed-off-by: Gaius <[email protected]>
1 parent 5db2264 commit 1c9484a

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
@@ -32,6 +32,6 @@ jobs:
3232
with:
3333
distribution: goreleaser
3434
version: latest
35-
args: release --rm-dist
35+
args: release
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)