mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 21:49:58 +02:00
Refactor workflow and scripts for improved functionality; update package.json commands and ensure consistent return values in scripts.
This commit is contained in:
parent
20882f65cc
commit
f6d3b4d868
4 changed files with 6 additions and 3 deletions
|
@ -80,7 +80,7 @@ def main() -> int:
|
|||
return 0
|
||||
|
||||
print(f"Current version: {current_version}, RC version: {rc_response}")
|
||||
return 1
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue