We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa73055 commit 1fea628Copy full SHA for 1fea628
1 file changed
.goreleaser.yaml
@@ -6,6 +6,9 @@ release:
6
github:
7
owner: qaiser42
8
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
12
13
builds:
14
- id: default
0 commit comments