Skip to content

Commit b377139

Browse files
committed
allow goreleaser to replace an existing release
1 parent 42a38de commit b377139

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ builds:
2323
- windows
2424
- darwin
2525

26+
release:
27+
replace_existing_draft: true
28+
2629
archives:
2730
- format: tar.gz
2831
# this name template makes the OS and Arch compatible with the results of `uname`.

0 commit comments

Comments
 (0)