Configure git on CI to commit

This commit is contained in:
Jeremy Tuloup 2021-01-19 11:28:33 +01:00
parent a9c26b59b8
commit 0b5c9933ce

View File

@ -30,6 +30,10 @@ jobs:
python -m pip install -U jupyterlab~=3.0 jupyter_packaging~=0.7.9 pip
jlpm
jlpm run build
- name: Configure git identity to commit
run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
- name: Patch Release
run: |
jlpm release:patch --force