Skip to content

Commit a80f5eb

Browse files
author
Ben
committed
Added clean flag to release dry run
1 parent 25450e6 commit a80f5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ release:
1111
$(shell goreleaser release --clean)
1212

1313
release-dry:
14-
$(shell goreleaser release --skip=publish)
14+
$(shell goreleaser release --skip=publish --clean)
1515

1616
snapshot:
1717
$(shell goreleaser release --snapshot --skip=publish --clean)

0 commit comments

Comments
 (0)