Skip to content

Commit

Permalink
git config
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalkersb committed Nov 2, 2023
1 parent 69ac2a1 commit 53c4526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/update-version.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
# git_branch = sys.argv[1]
git_branch = 'master'
for cmd in (
'git config --global user.email "bot@eman.cryoem"'
'git config --global user.name "eman-bot"'
'git add recipe/meta.yaml',
f'git commit -m {tag}',
f'git push origin {git_branch}',
Expand Down

0 comments on commit 53c4526

Please sign in to comment.