mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: set git config
This commit is contained in:
parent
bf1792e441
commit
71e2678a92
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -61,6 +61,10 @@ jobs:
|
|||
- name: Install dependencies ether.github.com
|
||||
run: pnpm install --frozen-lockfile
|
||||
working-directory: ether.github.com
|
||||
- name: Set git user
|
||||
run: |
|
||||
git config --global user.name "Etherpad Release Bot"
|
||||
git config --global user.email "noreply@etherpad.org"
|
||||
- name: Prepare release
|
||||
working-directory: etherpad
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue