Skip to content

Commit

Permalink
MOD:add brew version
Browse files Browse the repository at this point in the history
  • Loading branch information
wswenyue committed Mar 15, 2024
1 parent 4f975ed commit 9066552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/build_new_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def add_envs(envs: Dict[str, Any]):
with open(env_file, "a") as env_file:
for key, value in envs.items():
env_file.write(f"{key}={value}")
env_file.write("\n")


def cmd_run(cmd: str) -> str:
Expand Down

0 comments on commit 9066552

Please sign in to comment.