[LOCAL][RN][Release] Use github bot token to commit the tag

This commit is contained in:
Riccardo Cipolleschi
2024-06-18 18:27:47 +01:00
parent efa1e5375a
commit 528097709a
2 changed files with 3 additions and 6 deletions
@@ -17,11 +17,6 @@ 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: |