Skip to content

Commit 1fea628

Browse files
committed
chore: enable artifact replacement for failed releases in Goreleaser config
1 parent fa73055 commit 1fea628

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ release:
66
github:
77
owner: qaiser42
88
name: stackit-nuke
9+
# Re-run a failed release on the same tag overwrites stale uploads instead
10+
# of erroring with 422 already_exists.
11+
replace_existing_artifacts: true
912

1013
builds:
1114
- id: default

0 commit comments

Comments
 (0)