Skip to content

Commit

Permalink
✨ up version
Browse files Browse the repository at this point in the history
  • Loading branch information
xinansky committed Jun 3, 2024
1 parent b6f446f commit f223a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/upversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ def read_current_version() -> str:
subprocess.run(['git', 'add', 'package.json'], check=True)
subprocess.run(['git', 'commit', '-m', f"✨ up version {current_branch} -> {new_version}"], check=True)
subprocess.run(['git', 'push', 'origin', current_branch], check=True)
print("上传到远程仓库({0})成功".format(current_branch))
print("推送分支: ({0})成功".format(current_branch))
except Exception as e:
print("上传到远程仓库({0})失败".format(current_branch))
print("推送分支: ({0})失败".format(current_branch))
print(e)

steps = [
Expand Down

0 comments on commit f223a33

Please sign in to comment.