We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948bd96 commit 8c4ed0dCopy full SHA for 8c4ed0d
1 file changed
.goreleaser.yml
@@ -83,6 +83,13 @@ archives:
83
{{- if eq .Arch "amd64" }}64-bit
84
{{- else }}{{ .Arch }}{{ end }}
85
86
+# Create the GitHub release as a draft and upload assets to it *before* it's
87
+# published. A published release is immutable and rejects new assets ("422
88
+# Cannot upload assets to an immutable release"), so assets must be attached
89
+# while it's still a draft; publish it from the UI once GoReleaser finishes.
90
+release:
91
+ draft: true
92
+
93
chocolateys:
94
- # Your app's package name.
95
# The value may not contain spaces or character that are not valid for a URL.
0 commit comments