[LOCAL] Configure git user before attempting to publish a release (#45039)

This commit is contained in:
Nicola Corti
2024-06-18 16:51:54 +01:00
committed by GitHub
parent e36b46f0c9
commit 1b891357b2
@@ -20,6 +20,11 @@ runs:
- name: Yarn install
shell: bash
run: yarn install --non-interactive
- name: Configure Git
shell: bash
run: |
git config --local user.email "bot@reactnative.dev"
git config --local user.name "React Native Bot"
- name: Creating release commit
shell: bash
run: |