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.
2 parents 27ac1b6 + 9d47364 commit 95f7395Copy full SHA for 95f7395
src/main.rs
@@ -744,6 +744,7 @@ impl Context {
744
.arg(manifest.path())
745
.args(["--bucket", &self.config.upload_bucket])
746
.args(["--key", "manifests.txt"])
747
+ .args(["--content-type", "text/plain"])
748
// Fail the request if the manifest was already modified by something else (for
749
// example, another release running in parallel).
750
.args([conditional_header, &conditional_value]))?;
0 commit comments