mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Configure git on CI to commit
This commit is contained in:
parent
a9c26b59b8
commit
0b5c9933ce
4
.github/workflows/buildutils.yml
vendored
4
.github/workflows/buildutils.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user