Skip to content

Commit 6c945c4

Browse files
shariqshariq
authored andcommitted
Let GoReleaser handle release creation with mode: replace.
Remove separate release step to avoid asset conflicts. Switch goreleaser mode from append to replace so retries work cleanly. Made-with: Cursor
1 parent 4e3f077 commit 6c945c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ release:
4646
name: authlete-cli
4747
draft: false
4848
prerelease: auto
49-
mode: append
49+
mode: replace
5050

5151
checksum:
5252
name_template: "checksums.txt"

0 commit comments

Comments
 (0)