Skip to content

Commit 8800165

Browse files
committed
Maven Central publishing fix 4
1 parent fa5ad9a commit 8800165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jdbc_maven_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def exec(cmd):
193193
subprocess.run([
194194
"curl",
195195
# "--verbose", do NOT enable it on CI, it leaks the auth token
196-
"--silent"
196+
"--silent",
197197
"--header", f"Authorization: Bearer {token}",
198198
"--form", f"name={release_version}",
199199
"--form", "publishingType=AUTOMATIC",

0 commit comments

Comments
 (0)