Skip to content

Commit 1e4e1a7

Browse files
authored
goreleaser: don't replace existing artifacts (#129)
1 parent 545f6ea commit 1e4e1a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ builds:
2727
- -X 'github.com/mozilla-ai/mcpd/v2/internal/cmd.date={{.Date}}' # Bake in build date
2828
flags:
2929
- -trimpath # Remove file system paths from binary
30+
3031
archives:
3132
- formats: [tar.gz]
3233
# name template makes the OS and Arch compatible with the results of `uname`.
@@ -102,8 +103,9 @@ changelog:
102103
disable: true
103104

104105
release:
105-
replace_existing_draft: true
106106
draft: true
107+
replace_existing_draft: true
108+
replace_existing_artifacts: false
107109
prerelease: auto
108110
footer: >-
109111

0 commit comments

Comments
 (0)