Skip to content

Commit

Permalink
Only publish for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed May 3, 2024
1 parent 3ff127e commit cf3bfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def get_publish_task(module: Module) -> str:


def run_publish_close_and_release_tasks(root_project_dir, publish_task: str):
gradle_command = f"./gradlew {publish_task} closeAndReleaseStagingRepository"
gradle_command = f"./gradlew {publish_task}"
result = subprocess.run(gradle_command, shell=True, cwd=root_project_dir, text=True)
if result.returncode != 0:
raise Exception(f"Gradle tasks failed with return code {result.returncode}")
Expand Down

0 comments on commit cf3bfc3

Please sign in to comment.