[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: |
+3 -1
View File
@@ -18,11 +18,13 @@ on:
default: false
jobs:
prepare_release:
create_release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
- name: Check if on stable branch
id: check_stable_branch
run: |