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 3ca836c commit 1f8952fCopy full SHA for 1f8952f
tests/integration/release_test.go
@@ -39,7 +39,7 @@ func createNewRelease(t *testing.T, session *TestSession, repoURL, tag, title st
39
postData["prerelease"] = "on"
40
}
41
if draft {
42
- postData["draft"] = "Save Draft"
+ postData["draft"] = "1"
43
44
req = NewRequestWithValues(t, "POST", link, postData)
45
0 commit comments